File tree Expand file tree Collapse file tree 11 files changed +2
-11
lines changed
ci_gen_kustomize_values/molecule/default Expand file tree Collapse file tree 11 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 7272 - deepscrub
7373 delegate_to : localhost
7474 ansible.builtin.file :
75- path : " {{ lookup('env', 'HOME') }}/ci-framework-data/ci-reproducer"
75+ path : " {{ ansible_user_dir }}/ci-framework-data/ci-reproducer"
7676 state : absent
7777
7878 - name : Remove basedir
Original file line number Diff line number Diff line change 2020 vars :
2121 cifmw_ci_gen_kustomize_values_src_dir : >-
2222 {{
23- (lookup('env', 'HOME') ,
23+ (ansible_user_dir ,
2424 'ci-framework-data',
2525 'artifacts', 'ci_k8s_snippets') | path_join
2626 }}
Original file line number Diff line number Diff line change 11---
2- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
32openstack_namespace : openstack
Original file line number Diff line number Diff line change 1818 hosts : all
1919 gather_facts : true
2020 vars :
21- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2221 cifmw_path : " {{ ansible_user_dir }}/.crc/bin:{{ ansible_user_dir }}/.crc/bin/oc:{{ ansible_user_dir }}/bin:{{ ansible_env.PATH }}"
2322 tasks :
2423 - name : Verify crc creds playbook
Original file line number Diff line number Diff line change 1818- name : Prepare
1919 hosts : all
2020 vars :
21- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2221 cifmw_path : " {{ ansible_user_dir }}/.crc/bin:{{ ansible_user_dir }}/.crc/bin/oc:{{ ansible_user_dir }}/bin:{{ ansible_env.PATH }}"
2322 tasks :
2423 - name : Cleanup RHOL/CRC after tests
Original file line number Diff line number Diff line change 1818- name : Prepare
1919 hosts : all
2020 vars :
21- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2221 cifmw_path : " {{ ansible_user_dir }}/.crc/bin:{{ ansible_user_dir }}/.crc/bin/oc:{{ ansible_user_dir }}/bin:{{ ansible_env.PATH }}"
2322 tasks :
2423 - name : Cleanup CRC
Original file line number Diff line number Diff line change 1818 hosts : all
1919 gather_facts : true
2020 vars :
21- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2221 cifmw_path : " {{ ansible_user_dir }}/.crc/bin:{{ ansible_user_dir }}/.crc/bin/oc:{{ ansible_user_dir }}/bin:{{ ansible_env.PATH }}"
2322 cifmw_manage_secrets_pullsecret_content : >
2423 {"auths":{"fake":{"auth": "Zm9vOmJhcgo="}}}
Original file line number Diff line number Diff line change 1818- name : Prepare
1919 hosts : all
2020 vars :
21- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2221 cifmw_basedir : " {{ ansible_user_dir }}/ci-framework-data"
2322 async_duration : 6000
2423 tasks :
Original file line number Diff line number Diff line change 1818- name : Prepare
1919 hosts : all
2020 vars :
21- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2221 cifmw_path : " {{ ansible_user_dir }}/.crc/bin:{{ ansible_user_dir }}/.crc/bin/oc:{{ ansible_user_dir }}/bin:{{ ansible_env.PATH }}"
2322 tasks :
2423 - name : Cleanup RHOL/CRC after tests
Original file line number Diff line number Diff line change 1818- name : Prepare
1919 hosts : all
2020 vars :
21- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2221 cifmw_path : " {{ ansible_user_dir }}/.crc/bin:{{ ansible_user_dir }}/.crc/bin/oc:{{ ansible_user_dir }}/bin:{{ ansible_env.PATH }}"
2322 tasks :
2423 - name : Cleanup RHOL/CRC after tests
You can’t perform that action at this time.
0 commit comments