Commit 80c95229 authored by Joanne Hugé's avatar Joanne Hugé

playbook/bbu: fix launch_upgrader condition

parent 8da8c08e
Pipeline #30287 failed with stage
......@@ -138,4 +138,4 @@
- name: Install upgrader
shell: ansible-playbook upgrader-run.yml --extra-vars 'extra_playbook={{ extra_playbook }} upgrader_playbook={{ upgrader_playbook }} repeat_until_success={{ repeat_until_success }} upgrade_kernel={{ upgrade_kernel | default(False) == True }}' -i hosts 2>>/opt/upgrader/latest_daily_upgrade.log >> /opt/upgrader/latest_daily_upgrade.log
when: launch_upgrader
when: launch_upgrader | bool
338d7e802bb0a82ddc28a3f297c9df0cd1d060c57d7f1cfec1c67db2d9f8f1b7 -
5dde596c9a6132749fd9232ee1a404f214207116c5311120db7f636b52d9df1b -
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment