From 7b47277e3e7fba995b88079dfbb7e9c6af2a5081 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 17 Aug 2018 14:02:48 -0700 Subject: [PATCH] Don't log puppot module sync This is boring. The output is voluminous. Change-Id: Ib905311a2b3c4eb9a0316f3863aa688b9ed07c55 --- tasks/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/main.yaml b/tasks/main.yaml index 01c3b50..3f33757 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -83,6 +83,7 @@ synchronize: src: "{{ mgmt_manifestpath }}" dest: "{{ manifest_base }}" + no_log: true - name: ensure hieradata manifest link is present file: @@ -116,6 +117,7 @@ synchronize: src: "{{ mgmt_puppet_module_dir }}" dest: "{{ puppet_module_dir }}" + no_log: true when: - copy_puppet