A stakeholder asks why Ansible playbooks sometimes run tasks in a different order than expected. What is the most accurate explanation to give?
-
A
Ansible randomizes task order for security
-
B
Ansible executes tasks sequentially in the order they appear in the playbook
-
C
Ansible runs tasks in parallel by default to maximize speed
-
D
Task order depends on the inventory file structure