mirror of https://github.com/ansible/ansible.git
Merge pull request #3387 from stoned/test-ignore-errors
Add test for 'ignore_errors:'pull/3497/merge
commit
7cc9ebc1a7
@ -0,0 +1,9 @@
|
||||
---
|
||||
- hosts: all
|
||||
connection: local
|
||||
gather_facts: False
|
||||
|
||||
tasks:
|
||||
- action: command false
|
||||
ignore_errors: true
|
||||
- action: command false
|
Loading…
Reference in New Issue