Fix linters
This commit is contained in:
parent
641faf30bf
commit
c4c3fabaa6
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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/
|
||||||
|
@ -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: []
|
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.
|
||||||
|
|
@ -1,2 +1,2 @@
|
|||||||
---
|
---
|
||||||
# tasks file for integration-test-role
|
# tasks file for integration-test-role
|
||||||
|
@ -1,2 +1 @@
|
|||||||
localhost
|
localhost
|
||||||
|
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
remote_user: root
|
remote_user: root
|
||||||
roles:
|
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