assorted small fixes, add some management infrastructure
[awsible] / roles / common / tasks / main.yml
index 02f3b0ad88681c70a0b3d853fa046b060d636a65..b92b5174c4aec46dd83c560563221b396dbacd2f 100644 (file)
@@ -5,7 +5,7 @@
   when: ASSET_PATH is defined
   file:
     state: directory
-    path: {{ ASSET_PATH }}
+    path: "{{ ASSET_PATH }}"
     mode: "0755"
     owner: root
     group: root
@@ -49,7 +49,7 @@
   with_items: "{{ fact_scripts|default(None) }}"
   copy:
     dest: /etc/ansible/facts.d/{{ item }}.fact
-    src: {{ item }}.fact
+    src: "{{ item }}.fact"
     mode: "0755"
     owner: root
     group: root