From c904e4548a88e7b502b3add253908efb3bc1be6e Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 23 Nov 2015 10:15:24 -0500 Subject: [PATCH] Remove stray debug lines Change-Id: Ifc3682a491da1c5459f76661732bb02f95cf2901 --- tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index db43d48..249cff9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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: