Do not log startup config output

These items are a bit verbose and may contain information that shouldn't
be logged.

Change-Id: I8deb062e826787deb31b74553d2f798a3f6d73ff
This commit is contained in:
Alex Schultz 2019-11-04 14:39:44 -07:00
parent 6e2fc6d52f
commit 632ad172ed
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}"