Question 6 of 100Is it possible to specify multiple inventory files at once?Question 7 of 100What keyword stores a command's output into a variable?Question 8 of 100What does the lineinfile module do?Question 9 of 100Consider the following playbook. --- - hosts: local become: yes
tasks: - name: create users user: name: "{{item}}" with_items: - sam - john - bob How many times is the user module invoked?Question 10 of 100What command is used to run a playbook?