Skip to content

Commit eee80a4

Browse files
Fix linting
1 parent 366b663 commit eee80a4

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
.cache
2-
*.gz
2+
*.gz

molecule/default/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
quiet: true
3636

3737
- name: Check Labels (skipped if labels are OK)
38-
fail:
38+
fail:
3939
msg: Woops some labels differ "{{ (registered_runners.json.runners.0 | json_query('labels[*].name') | difference(['self-hosted', 'Linux', 'X64', 'label1', 'repo-runner'])) }}"
4040
when: not (registered_runners.json.runners.0 | json_query('labels[*].name') | list ) == (['self-hosted', 'Linux', 'X64', 'label1', 'repo-runner'] | list)

molecule/org/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
- runner_org: yes
1010
- runner_state: absent
1111
roles:
12-
- ansible-github_actions_runner
12+
- ansible-github_actions_runner

molecule/org/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provisioner:
33
name: ansible
44
playbooks:
55
converge: converge.yml
6-
cleanup: cleanup.yml
6+
cleanup: cleanup.yml
77
verify: verify.yml
88
dependency:
99
name: galaxy
@@ -37,4 +37,4 @@ scenario:
3737
- idempotence
3838
- verify
3939
- cleanup
40-
- destroy
40+
- destroy

molecule/org/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
var: registered_runners.json.runners|map(attribute='name')
4040

4141
- debug:
42-
var: registered_runners.json.runners|map(attribute='status')
42+
var: registered_runners.json.runners|map(attribute='status')

molecule/repo/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ scenario:
3737
- idempotence
3838
- verify
3939
- cleanup
40-
- destroy
40+
- destroy

molecule/repo/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
quiet: true
3939

4040
- name: Check Labels (skipped if labels are OK)
41-
fail:
41+
fail:
4242
msg: Woops some labels differ "{{ (registered_runners.json.runners.0 | json_query('labels[*].name') | difference(['self-hosted', 'Linux', 'X64', 'label1', 'repo-runner'])) }}"
4343
when: not (registered_runners.json.runners.0 | json_query('labels[*].name') | list ) == (['self-hosted', 'Linux', 'X64', 'label1', 'repo-runner'] | list)

0 commit comments

Comments
 (0)