Anybody knows passing solution  vars_files in dependencies role 
i have variable files located in vars dir but i tried to pass vars_files in 
this play but its not working any solution to solve this issues . 



 now passing var like this vars:
      aws_efs_paths:
        - { path: "/iphare", owner: "root", group: "root", mode: "0644", 
region: "hello-1", filesystem_id: "hdk-hfksd-lf"} but i have vars file with 
different env in vars passing this to all playbook is difficult . 

dependencies:
  - role: nfs
    vars:
      aws_efs_paths:
        - { path: "/iphare", owner: "root", group: "root", mode: "0644", 
region: "hello-1", filesystem_id: "hdk-hfksd-lf"}

-- 
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/c676911f-f621-4cdf-b7c0-547f83deb599%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to