Question 6: You write an Ansible playbook and want to perform 2 different actions against the same set of hosts. Which should you do? Choice: (choose correct answer): () Create a single play with 2 tasks () Create 2 plays with a single task each () Create a single play with a single task () Create 2 plays with 2 tasks each