Fix linters

This commit is contained in:
Luke Murphy 2020-04-24 14:19:38 +02:00
parent 641faf30bf
commit c4c3fabaa6
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
10 changed files with 10 additions and 11 deletions

View File

@ -1,5 +1,4 @@
--- ---
repos: repos:
- repo: https://github.com/python/black.git - repo: https://github.com/python/black.git
rev: 19.10b0 rev: 19.10b0

View File

@ -1,8 +1,10 @@
--- ---
extends: default 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: rules:
line-length: disable line-length: disable

View File

@ -26,4 +26,4 @@ script:
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check - ansible-playbook tests/test.yml -i tests/inventory --syntax-check
notifications: 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: [] dependencies: []
# List your role dependencies here, one per line. Be sure to remove the '[]' above, # List your role dependencies here, one per line. Be sure to remove the '[]' above,
# if you add dependencies to this list. # 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 localhost

View File

@ -2,4 +2,4 @@
- hosts: localhost - hosts: localhost
remote_user: root remote_user: root
roles: 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