Which of the following conditionals exist in an Ansible playbook? (Choose three correct answers.)
Which of the following conditionals exist in an Ansible playbook? (Choose three correct answers.)
In an Ansible playbook, conditionals are used to control the execution of tasks based on various conditions. Common conditional constructs include loops to iterate over items, sequences, and nested elements. The 'with_sequence' keyword allows defining a sequence of items, 'with_items' iterates over a list of items, and 'with_nested' enables nested iteration. These constructs are essential for flexible and dynamic playbook execution. The other options 'with_nodes' and 'with_playbook' are not valid Ansible conditionals.
CDE seems to be correct https://docs.ansible.com/ansible/latest/user_guide/playbooks_loops.html
is there anyone who takes the exam can tell us how much this dump is helpful?
I think there are so many wrong questions here
maybe 40% of the answers are wrong or incomplete
I agree. Lot of the answers in this dump are wrong. You will fail for sure if you use the default answers.