Fix linters
This commit is contained in:
@ -26,4 +26,4 @@ script:
|
||||
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
|
||||
|
||||
notifications:
|
||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||
|
@ -1,2 +1,2 @@
|
||||
---
|
||||
# defaults file for integration-test-role
|
||||
# defaults file for integration-test-role
|
||||
|
@ -1,2 +1,2 @@
|
||||
---
|
||||
# handlers file for integration-test-role
|
||||
# handlers file for integration-test-role
|
||||
|
@ -50,4 +50,3 @@ galaxy_info:
|
||||
dependencies: []
|
||||
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
|
||||
# if you add dependencies to this list.
|
||||
|
@ -1,2 +1,2 @@
|
||||
---
|
||||
# tasks file for integration-test-role
|
||||
# tasks file for integration-test-role
|
||||
|
@ -1,2 +1 @@
|
||||
localhost
|
||||
|
||||
|
@ -2,4 +2,4 @@
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- integration-test-role
|
||||
- integration-test-role
|
||||
|
@ -1,2 +1,2 @@
|
||||
---
|
||||
# vars file for integration-test-role
|
||||
# vars file for integration-test-role
|
||||
|
Reference in New Issue
Block a user