From 996db3399703e3ff0d7c203a586d327cfbff04ae Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 5 Sep 2019 12:55:35 +0200 Subject: [PATCH] Armed adjust-puppet-facts-customer.yaml --- adjust-puppet-facts-customer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adjust-puppet-facts-customer.yaml b/adjust-puppet-facts-customer.yaml index d323c34..a6ca62d 100644 --- a/adjust-puppet-facts-customer.yaml +++ b/adjust-puppet-facts-customer.yaml @@ -34,7 +34,7 @@ block: - name: "Save project {{ cur_customer.stdout }} in {{ customer_yaml_file }} ..." - shell: "echo -e \"---\ncustomer: {{ cur_customer.stdout }}\nproject: {{ cur_customer.stdout }}\" > {{ test_customer_yaml_file }}" + shell: "echo -e \"---\ncustomer: {{ cur_customer.stdout }}\nproject: {{ cur_customer.stdout }}\" > {{ customer_yaml_file }}" when: cur_project.stdout == '' -- 2.39.5