.failed is defined and (ignore_replication_errors is not
defined or (ignore_replication_errors is defined and not
ignore_replication_errors|bool))
On Thursday, August 17, 2017 at 11:14:16 AM UTC-7, G Sudduth wrote:
>
> Hi,
>
> So, I have a task ...
>
> ---
> - name:
Hi,
So, I have a task ...
---
- name: FAILER!
command: /bin/false
#with_items:
# - one
# - two
#ignore_errors: True
ignore_errors: "{{ ignore_replication_errors | default(false) }}"
If I go ...
ansible-playbook test.pl --extra-vars "ignore_replication_errors=false"
ansible-playb