Introduce space in a very important place

Change-Id: I8bf1170c1298d028cddc1a501a1e692b844a643d
This commit is contained in:
Monty Taylor 2015-11-25 08:39:39 -05:00
parent 64975e03e9
commit 22e4e04224
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
delegate_to: localhost
when: copy_hieradata is defined and copy_hieradata
- name: copy hiera files
when: copy_hieradata is defined and copy_hieradataand item.1.stat.exists
when: copy_hieradata is defined and copy_hieradata and item.1.stat.exists
copy:
src: "{{ hieradata }}/{{ hieraenvironment }}/{{ item.1.item }}"
dest: "{{ hieradata }}/{{ hieraenvironment }}/{{ item.1.item }}"