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.
1 parent 2509946 commit d626eeaCopy full SHA for d626eea
etc/kayobe/ansible/growroot.yml
@@ -80,7 +80,7 @@
80
pv: "{{ pvs.stdout | from_json }}"
81
disk: "{{ pv.report[0].pv[0].pv_name }}"
82
become: true
83
- when: lvm_check.rc != 1 or growroot_skip_lvm_check
+ when: lvm_check.rc == 0 or not growroot_skip_lvm_check | bool
84
# when: "'NOCHANGE' not in growpart.stdout"
85
# Commenting out the conditional because growpart is already triggered by cloud-init - hence it emits NOCHANGE
86
# Cloud-Inits growpart implementation has a bug https://bugzilla.redhat.com/show_bug.cgi?id=2122575
0 commit comments