Skip to content

Commit 4a6f66d

Browse files
committed
Fix yamllint warning
1 parent 100bab5 commit 4a6f66d

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

Diff for: .yamllint

+2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ extends: default
55
rules:
66
truthy:
77
allowed-values: ['true', 'false', 'yes', 'no']
8+
ignore:
9+
- .github/workflows/
810
line-length:
911
max: 180

Diff for: tests/alias_multi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
content: ['ANSIBLE_TEST_2_5', 'ANSIBLE_TEST_2_6']
180180

181181
reload: false # geoip and urltable take LONG time
182-
182+
183183
register: opn7
184184
failed_when: >
185185
opn7.failed or

Diff for: tests/package.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@
124124
not opn8.changed
125125
when: not ansible_check_mode
126126

127-
# todo: fix #159
128-
# - name: Checking if removed
129-
# ansibleguy.opnsense.list:
130-
# register: opn11
131-
# failed_when: >
132-
# opn11.failed or
133-
# test_app1 in opn11 | json_query('data[*].name') or
134-
# test_app2 in opn11 | json_query('data[*].name')
135-
# when: not ansible_check_mode
127+
# todo: fix #159
128+
# - name: Checking if removed
129+
# ansibleguy.opnsense.list:
130+
# register: opn11
131+
# failed_when: >
132+
# opn11.failed or
133+
# test_app1 in opn11 | json_query('data[*].name') or
134+
# test_app2 in opn11 | json_query('data[*].name')
135+
# when: not ansible_check_mode

0 commit comments

Comments
 (0)