Skip to content

Commit 3b6178c

Browse files
dploegerDennis Ploeger
authored andcommitted
fix: Fix unreachable test
1 parent b4c9899 commit 3b6178c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
- name: Run test
3131
run: |
3232
cd test
33-
python -m ansible.cli.playbook playbook.yaml -i default/inventory.yaml -e expected_records=20 -vvv
34-
LOKI_ENABLED_DUMPS=play python -m ansible.cli.playbook playbook.yaml -i default/inventory.yaml -e expected_records=26 -vvv
33+
python -m ansible.cli.playbook playbook.yaml -i default/inventory.yaml -e expected_records=21 -vvv
34+
LOKI_ENABLED_DUMPS=play python -m ansible.cli.playbook playbook.yaml -i default/inventory.yaml -e expected_records=27 -vvv

test/default/playbook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
- name: Testunreachable
4242
hosts: unreachable
4343
gather_facts: no
44-
ignore_errors: yes
44+
ignore_unreachable: yes
4545
tasks:
4646
- name: Call github
4747
uri:

0 commit comments

Comments
 (0)