File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
roles/env_op_images/tasks Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3838 environment :
3939 ANSIBLE_LOG_PATH : " {{ ansible_user_dir }}/ci-framework-data/logs/e2e-collect-logs-must-gather.log"
4040
41- - name : " Run ci/playbooks/e2e- collect-logs.yml on CRC host"
41+ - name : " Run ci/playbooks/collect-logs.yml on CRC host"
4242 hosts : crc
4343 gather_facts : false
4444 tasks :
Original file line number Diff line number Diff line change 5353 --all-namespaces
5454 -o yaml
5555 register : _csvs_out
56+ no_log : " {{ cifmw_nolog | default(true) | bool }}"
5657
5758 - name : Get the images name
5859 ansible.builtin.shell : >
140141 loop : " {{ selected_pods }}"
141142 loop_control :
142143 label : " {{ item.metadata.name }}"
144+ no_log : " {{ cifmw_nolog | default(true) | bool }}"
143145
144146 - name : Write images to file
145147 vars :
You can’t perform that action at this time.
0 commit comments