Hi ,

Pratically im implementing this use case :

Passing a inventory file containing host and vars associated ,i would 
create a play that iterate for each linux acciunt to create per host 

this is my inventory file format :

hostname1 account_name='john doe' user_name='jdoe' group_name='basic'
hostname1 account_name='robert key' user_name='rkey' group_name='basic'
hostname1 account_name='gin ice' user_name='gice' group_name='basic'



When i ran the playbook i can see only last row is executed.

Someone can suggest me how i have to write the playbook .... i tried 
with_items= "{{ user_name }}" but the result is the same.


Thank you ,

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/db6ff351-8d58-4513-ae8b-220fce694548%40googlegroups.com.

Reply via email to