We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5cf980 + 6033421 commit 95aa63dCopy full SHA for 95aa63d
roles/edpm_update/tasks/main.yml
@@ -42,7 +42,9 @@
42
ansible.builtin.import_role:
43
name: osp.edpm.edpm_update_system
44
tasks_from: bootc.yml
45
- when: ansible_local is defined and ansible_local.bootc
+ when:
46
+ - ansible_local.bootc is defined
47
+ - ansible_local.bootc
48
49
- name: Update containers
50
ansible.builtin.include_tasks: containers.yml
roles/edpm_update_system/tasks/main.yml
@@ -37,4 +37,6 @@
37
38
- name: Update OS (bootc)
39
ansible.builtin.include_tasks: bootc.yml
40
41
0 commit comments