Commit 574af5ef authored by Joanne Hugé's avatar Joanne Hugé

playbook/bbu: fix launch_upgrader condition

parent 22eb6161
......@@ -118,4 +118,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
34c5c679ac53ea60eaf58ac262f6eb50f3f0166539f534ed32816ac4bd609957 -
6bd60d4d534e224e6eb8ed095ef0937dd490859b4db0470a9bc9cc947d3c1ce6 -
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