container-image-prepare: disable logging on the task

We already log the output of the tripleo-container-image-prepare
command in ContainerImagePrepareLogFile, there is no need to
also have the output in the ansible.log, it's just too much.

Change-Id: I3d20cd70bd14dc00078d68cd3f9a06353a7ac471
This commit is contained in:
Emilien Macchi 2019-01-23 11:06:10 -05:00
parent 68f1636b5b
commit d9b3111728
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ outputs:
content: {{ roles }}
- name: Run tripleo-container-image-prepare logged to {{ '{{' }} log_file {{ '}}' }}
shell: sudo /usr/bin/tripleo-container-image-prepare --roles-file {{ '{{' }} role_data.path {{ '}}' }} --environment-file {{ '{{' }} prepare_param.path {{ '}}' }} --cleanup partial --log-file {{ '{{' }} log_file {{ '}}' }}
no_log: True
- name: Delete param file
file:
dest: "{{ '{{' }} prepare_param.path {{ '}}' }}"