File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
- name : Run test
31
31
run : |
32
32
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
Original file line number Diff line number Diff line change 41
41
- name : Testunreachable
42
42
hosts : unreachable
43
43
gather_facts : no
44
- ignore_errors : yes
44
+ ignore_unreachable : yes
45
45
tasks :
46
46
- name : Call github
47
47
uri :
You can’t perform that action at this time.
0 commit comments