Skip to content

Commit

Permalink
Galaxy NG updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 8, 2023
1 parent 9a05a22 commit a957a6f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ skip_list:
- role-name
- schema[meta] # TODO ansible-lint believes the official dependency syntax is wrong
- meta-no-info # we leave platform empty
- var-naming[no-role-prefix] # warns even for include_role vars
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

yamllint --strict .
ansible-lint --strict
ansible-lint --strict --offline
2 changes: 1 addition & 1 deletion readme.md → README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bviktor.tomcat
# noobient.tomcat

## Synopsys

Expand Down
2 changes: 1 addition & 1 deletion meta/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
- name: bviktor.java
- name: noobient.java
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
- src: bviktor.java
- src: noobient.java
3 changes: 2 additions & 1 deletion tests/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
path: "{{ eff_tomcat_home }}/logs/catalina.out"
search_regex: 'Server startup in'

- name: Check Tomcat landing page
- name: Check Tomcat landing page # noqa command-instead-of-module
shell:
cmd: curl --silent localhost:8080 | grep title
changed_when: false
register: curl_tomcat_landing

- debug:
Expand Down

0 comments on commit a957a6f

Please sign in to comment.