From 632ad172ed612f2f98028bd6372ca3fddae997e9 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Mon, 4 Nov 2019 14:39:44 -0700 Subject: [PATCH] Do not log startup config output These items are a bit verbose and may contain information that shouldn't be logged. Change-Id: I8deb062e826787deb31b74553d2f798a3f6d73ff --- common/container_startup_configs_tasks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/common/container_startup_configs_tasks.yaml b/common/container_startup_configs_tasks.yaml index a3b1d1403e..8e05d97a69 100644 --- a/common/container_startup_configs_tasks.yaml +++ b/common/container_startup_configs_tasks.yaml @@ -15,4 +15,5 @@ dest: "/var/lib/tripleo-config/container-startup-config/{{ step_path }}/{{ item.key }}.json" setype: svirt_sandbox_file_t mode: 0600 + no_log: true loop: "{{ item.1 | dict2items }}"