Fix linters
This commit is contained in:
parent
641faf30bf
commit
c4c3fabaa6
@ -1,5 +1,4 @@
|
||||
---
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/python/black.git
|
||||
rev: 19.10b0
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user