Commit ca4fc4b5 by Feanil Patel

With Items in the mongo_3_0 related roles.

parent 0c9a94b1
...@@ -102,8 +102,5 @@ ...@@ -102,8 +102,5 @@
file: file:
path: "{{ item.item }}" path: "{{ item.item }}"
mode: "0644" mode: "0644"
when: when: vagrant_home_dir.stat.exists == False and ansible_distribution in common_debian_variants and item.stat.exists
vagrant_home_dir.stat.exists == false and with_items: "{{ motd_files_exist.results }}"
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