The keyword "when" can be used to conditionally skip a task during the execution of an Ansible playbook. Is there any other keyword (are there any other keywords) that can used to accomplish the same thing?
Yes, other keywords like... failed_when, until, changed_when, ignore_errors, and ignore_unreachable can be used to conditionally skip or modify task execution in Ansible.
Thanks
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.