#9Multiple Choice

Consider 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?

Previous
Question 9 of 100
Exam EX407 Topic 1 Question 9
Back to all questions
Next