with_items is obsolete - using loop instead (#46806)

pull/47191/head
Petr Ruzicka 7 years ago committed by Alicia Cozine
parent 559c92f9b6
commit 53217a3dbd

@ -153,7 +153,7 @@ access a folder on the same host::
groups: LocalGroup
update_password: no
password_never_expired: yes
with_items:
loop:
- name: User1
password: Password1
- name: User2
@ -195,7 +195,7 @@ are created::
- Application
company: Ansible
update_password: on_create
with_items:
loop:
- name: Test User
password: Password
- name: Admin User

Loading…
Cancel
Save