File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
roles/env_op_images/tasks Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 3434 chdir : " {{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/ci-framework"
3535 environment :
3636 ANSIBLE_LOG_PATH : " {{ ansible_user_dir }}/ci-framework-data/logs/e2e-collect-logs-must-gather.log"
37+ no_log : " {{ cifmw_nolog | default(true) | bool }}"
3738
3839- name : " Run ci/playbooks/collect-logs.yml on CRC host"
3940 hosts : crc
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 : >
129130 loop : " {{ selected_pods }}"
130131 loop_control :
131132 label : " {{ item.metadata.name }}"
133+ no_log : " {{ cifmw_nolog | default(true) | bool }}"
132134
133135 - name : Write images to file
134136 vars :
You can’t perform that action at this time.
0 commit comments