Fix linters

This commit is contained in:
Luke Murphy
2020-04-24 14:19:38 +02:00
parent 641faf30bf
commit c4c3fabaa6
10 changed files with 10 additions and 11 deletions

View File

@ -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/

View File

@ -1,2 +1,2 @@
---
# defaults file for integration-test-role
# defaults file for integration-test-role

View File

@ -1,2 +1,2 @@
---
# handlers file for integration-test-role
# handlers file for integration-test-role

View File

@ -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.

View File

@ -1,2 +1,2 @@
---
# tasks file for integration-test-role
# tasks file for integration-test-role

View File

@ -1,2 +1 @@
localhost

View File

@ -2,4 +2,4 @@
- hosts: localhost
remote_user: root
roles:
- integration-test-role
- integration-test-role

View File

@ -1,2 +1,2 @@
---
# vars file for integration-test-role
# vars file for integration-test-role