diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41af689..6b8f66a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,4 @@ --- - repos: - repo: https://github.com/python/black.git rev: 19.10b0 diff --git a/.yamllint.yml b/.yamllint.yml index c72f9d0..e6e869d 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -1,8 +1,10 @@ --- - extends: default -ignore: molecule_hetznercloud/cookiecutter/scenario/driver/hetznercloud +ignore: | + molecule_hetznercloud/cookiecutter/scenario/driver/hetznercloud + integration-test-role/meta/main.yml + integration-test-role/.travis.yml rules: line-length: disable diff --git a/integration-test-role/.travis.yml b/integration-test-role/.travis.yml index 36bbf62..49e7e1c 100644 --- a/integration-test-role/.travis.yml +++ b/integration-test-role/.travis.yml @@ -26,4 +26,4 @@ script: - ansible-playbook tests/test.yml -i tests/inventory --syntax-check notifications: - webhooks: https://galaxy.ansible.com/api/v1/notifications/ \ No newline at end of file + webhooks: https://galaxy.ansible.com/api/v1/notifications/ diff --git a/integration-test-role/defaults/main.yml b/integration-test-role/defaults/main.yml index bed7e6f..4861170 100644 --- a/integration-test-role/defaults/main.yml +++ b/integration-test-role/defaults/main.yml @@ -1,2 +1,2 @@ --- -# defaults file for integration-test-role \ No newline at end of file +# defaults file for integration-test-role diff --git a/integration-test-role/handlers/main.yml b/integration-test-role/handlers/main.yml index 542be35..7d10c68 100644 --- a/integration-test-role/handlers/main.yml +++ b/integration-test-role/handlers/main.yml @@ -1,2 +1,2 @@ --- -# handlers file for integration-test-role \ No newline at end of file +# handlers file for integration-test-role diff --git a/integration-test-role/meta/main.yml b/integration-test-role/meta/main.yml index 227ad9c..45b0a2a 100644 --- a/integration-test-role/meta/main.yml +++ b/integration-test-role/meta/main.yml @@ -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. - \ No newline at end of file diff --git a/integration-test-role/tasks/main.yml b/integration-test-role/tasks/main.yml index a5f9474..2091c38 100644 --- a/integration-test-role/tasks/main.yml +++ b/integration-test-role/tasks/main.yml @@ -1,2 +1,2 @@ --- -# tasks file for integration-test-role \ No newline at end of file +# tasks file for integration-test-role diff --git a/integration-test-role/tests/inventory b/integration-test-role/tests/inventory index 878877b..2fbb50c 100644 --- a/integration-test-role/tests/inventory +++ b/integration-test-role/tests/inventory @@ -1,2 +1 @@ localhost - diff --git a/integration-test-role/tests/test.yml b/integration-test-role/tests/test.yml index d6b95c3..1f2b86a 100644 --- a/integration-test-role/tests/test.yml +++ b/integration-test-role/tests/test.yml @@ -2,4 +2,4 @@ - hosts: localhost remote_user: root roles: - - integration-test-role \ No newline at end of file + - integration-test-role diff --git a/integration-test-role/vars/main.yml b/integration-test-role/vars/main.yml index 136497b..c522e12 100644 --- a/integration-test-role/vars/main.yml +++ b/integration-test-role/vars/main.yml @@ -1,2 +1,2 @@ --- -# vars file for integration-test-role \ No newline at end of file +# vars file for integration-test-role