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/callback-dispatch/test_legacy_warning_display...

21 lines
290 B
YAML

- hosts: localhost
gather_facts: no
tasks:
- noisy:
register: noisyout
async: 5
poll: 1
loop: [1, 2]
- noisy:
async: 5
poll: 1
register: noisyout
- debug:
when: false
- debug:
var: 1/0
ignore_errors: true