Thanks it works now.

- name: install plugins
  copy:
    src: "{{ item.src }}"
    dest: "{{ item.dest }}"
    mode: 0755
    owner: root
    group: root
  with_items: 
    - { src: mk_logins,dest: "{{ plugins_dir }}" }
    - { src: symantec_av,dest: "{{ plugins_dir }}" }



-- 
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/6826a8b8-3820-4cfb-a458-4c3bc43dbf92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to