Commit ca4fc4b5 by Feanil Patel

With Items in the mongo_3_0 related roles.

parent 0c9a94b1
......@@ -102,8 +102,5 @@
file:
path: "{{ item.item }}"
mode: "0644"
when:
vagrant_home_dir.stat.exists == false and
ansible_distribution in common_debian_variants and
item.stat.exists
with_items: "{{ motd_files_exist.results }}"
when: vagrant_home_dir.stat.exists == False and ansible_distribution in common_debian_variants and item.stat.exists
with_items: "{{ motd_files_exist.results }}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment