EX407 Web TestEngine demo

Exit VCEDump EX407 Red Hat Certified Specialist in Ansible Automation
Question 1 of 19
0% complete
Q1 Single 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 Check answer

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in