You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/debugger/test_run_once_playbook.yml

13 lines
221 B
YAML

- hosts: testhost, testhost2
gather_facts: false
debugger: on_failed
tasks:
- name: Task 1
assert:
that: 'false'
run_once: yes
- name: Task 2
debug:
msg: "Task 2 executed"