Many things in just one task.

first debug only takes 1 msg= or 1 var= argument, so instead of:

  debug: msg={{item.user}} msg={{item.comment}} msg={{item.uid}}
msg={{item.password}}

should be :
  debug: var=item

or:
  debug: msg="{{item.user}}, {{item,comment}}, {{item.uid}} ..."
or:
  debug: msg="{{[item,user, item.comment, item.uid,...]|join(',')}}"

Also "$vars" were removed a long time ago, it needs to not be:
  with_items:
    - $adm_users
but:
  with_items: "{{adm_users}}"



-- 
Brian Coca

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAJ5XC8%3Dj1VmBAX5rTZUkEV--LnizQuUGhDCpwpYR2cUaW%2BgbEw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to