File tree Expand file tree Collapse file tree 15 files changed +18
-18
lines changed
edpm_container_manage/tasks
edpm_logrotate_crond/tasks
edpm_network_config/tasks Expand file tree Collapse file tree 15 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 4242 name : osp.edpm.edpm_kernel
4343 tags :
4444 - edpm_kernel
45- when : not bootc
45+ when : not ansible_local. bootc
4646 - name : Import edpm_tuned
4747 ansible.builtin.import_role :
4848 name : osp.edpm.edpm_tuned
5454 tasks_from : kernelargs.yml
5555 tags :
5656 - edpm_kernel
57- when : not bootc
57+ when : not ansible_local. bootc
5858 - name : Configure KSM for kernel
5959 ansible.builtin.import_role :
6060 name : osp.edpm.edpm_kernel
6161 tasks_from : ksm.yml
6262 tags :
6363 - edpm_kernel
64- when : not bootc
64+ when : not ansible_local. bootc
Original file line number Diff line number Diff line change 2727 loop :
2828 - ' edpm-container-shutdown'
2929 - ' edpm-start-podman-container'
30- when : not edpm_use_bootc
30+ when : not ansible_local.bootc
3131
3232 - name : " Create systemd preset dir"
3333 ansible.builtin.file :
Original file line number Diff line number Diff line change 2727 register : _install_packages_result
2828 when :
2929 - edpm_kernel_extra_packages | length > 0
30- - not bootc
30+ - not ansible_local. bootc
3131 until : _install_packages_result is succeeded
3232 retries : " {{ edpm_kernel_download_retries }}"
3333 delay : " {{ edpm_kernel_download_delay }}"
Original file line number Diff line number Diff line change 1313 delay : " {{ edpm_libvirt_download_delay }}"
1414 notify :
1515 - Restart libvirt
16- when : not bootc
16+ when : not ansible_local. bootc
1717
1818- name : Ensure monolithic libvirt and tcp socket activation is not enabled or running
1919 tags :
Original file line number Diff line number Diff line change 2424 retries : " {{ edpm_logrotate_crond_download_retries }}"
2525 delay : " {{ edpm_logrotate_crond_download_delay }}"
2626 when :
27- - not bootc
27+ - not ansible_local. bootc
2828
2929- name : Gather SELinux fact if needed
3030 when :
Original file line number Diff line number Diff line change 4747 until : edpm_network_config_onc_download is succeeded
4848 retries : " {{ edpm_network_config_download_retries }}"
4949 delay : " {{ edpm_network_config_download_delay }}"
50- when : not bootc
50+ when : not ansible_local. bootc
5151
5252- name : Ensure /var/lib/edpm-config directory exists
5353 become : true
Original file line number Diff line number Diff line change 2929 ansible.builtin.package :
3030 name : nvme-cli
3131 state : present
32- when : not bootc
32+ when : not ansible_local. bootc
Original file line number Diff line number Diff line change 99 until : _install_packages_result is succeeded
1010 retries : " {{ edpm_ovs_download_retries }}"
1111 delay : " {{ edpm_ovs_download_delay }}"
12- when : not bootc
12+ when : not ansible_local. bootc
Original file line number Diff line number Diff line change 1111 until : edpm_ovs_package_install is succeeded
1212 retries : " {{ edpm_ovs_download_retries }}"
1313 delay : " {{ edpm_ovs_download_delay }}"
14- when : not bootc
14+ when : not ansible_local. bootc
1515
1616- name : Ensure ovs services are enabled and running
1717 tags :
Original file line number Diff line number Diff line change 2525 until : edpm_podman_package_download is succeeded
2626 retries : " {{ edpm_podman_download_retries }}"
2727 delay : " {{ edpm_podman_download_delay }}"
28- when : not bootc
28+ when : not ansible_local. bootc
2929
3030 - name : Ensure we get the ansible interfaces facts
3131 when :
You can’t perform that action at this time.
0 commit comments