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:
parent
68f1636b5b
commit
d9b3111728
@ -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 {{ '}}' }}"
|
||||
|
Loading…
Reference in New Issue
Block a user