|
1 | 1 | fmt: |
2 | | - autoflake plugins/modules/*.py |
3 | | - autoflake plugins/module_utils/*.py |
4 | | - autoflake --recursive tests/ |
5 | | - autoflake tools/migrationtool/*py |
| 2 | + autoflake plugins/modules/*.py |
| 3 | + autoflake plugins/module_utils/*.py |
| 4 | + autoflake --recursive tests/ |
| 5 | + autoflake tools/migrationtool/*.py |
6 | 6 |
|
7 | | - black plugins/modules/*.py |
8 | | - black plugins/module_utils/*.py |
9 | | - black tests/ |
10 | | - black tools/migrationtool/*.py |
| 7 | + black plugins/modules/*.py |
| 8 | + black plugins/module_utils/*.py |
| 9 | + black tests/ |
| 10 | + black tools/migrationtool/*.py |
11 | 11 |
|
12 | | - isort plugins/modules/*.py |
13 | | - isort plugins/module_utils/*.py |
14 | | - isort tests/ |
15 | | - isort tools/migrationtool/*.py |
| 12 | + isort plugins/modules/*.py |
| 13 | + isort plugins/module_utils/*.py |
| 14 | + isort tests/ |
| 15 | + isort tools/migrationtool/*.py |
16 | 16 |
|
17 | | - yamlfmt $(shell find . -name '*.yml' -o -name '*.yaml') |
| 17 | + yamlfmt $(shell find . -name '*.yml' -o -name '*.yaml') |
18 | 18 |
|
19 | 19 | install: |
20 | 20 | ansible-galaxy collection install . --force |
@@ -63,7 +63,7 @@ galaxy_importer: build |
63 | 63 | # skip the playbook which contains "password" in the file name |
64 | 64 | run_examples: |
65 | 65 | @for playbook in examples/*.yaml; do \ |
66 | | - if [[ $$playbook == *"password"* || $$playbook == *"login"* || $$playbook == *"logout"* || $$playbook == *"route"* || $$playbook == locationfile.yaml || $$playbook == nsip6.yaml || $$playbook == hanode.yaml ]]; then \ |
| 66 | + if [[ $$playbook == *"password"* || $$playbook == *"login"* || $$playbook == *"logout"* || $$playbook == *"route"* || $$playbook == *"locationfile.yaml"* || $$playbook == *"nsip6.yaml"* || $$playbook == *"hanode.yaml"* ]]; then \ |
67 | 67 | continue; \ |
68 | 68 | fi; \ |
69 | 69 | echo "Running $$playbook"; \ |
|
0 commit comments