Remove stray debug lines

Change-Id: Ifc3682a491da1c5459f76661732bb02f95cf2901
This commit is contained in:
Monty Taylor 2015-11-23 10:15:24 -05:00
parent 560089427e
commit c904e4548a
1 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@
when: copy_hieradata
delegate_to: localhost
register: hiera_file_paths
- debug: msg="System {{hiera_file_paths.paths_dict.paths}}"
- name: find which files exist
stat:
path: "{{ hieradata }}/{{ hieraenvironment }}/{{ item }}"
@ -38,7 +37,6 @@
with_items: hiera_file_paths.paths_dict.paths
delegate_to: localhost
when: copy_hieradata
- debug: msg="System {{st}}"
- name: copy hiera files
when: copy_hieradata and item.1.stat.exists
copy: