test/playbook-ignore-errors.yml
baf868f8
 ---
 - hosts: all
   connection: local
   gather_facts: False
 
   tasks:
   - action: command false
     ignore_errors: true
   - action: command false