Adjust name of bootstrap trigger variable
The PVC bootstrap framework overrides this variable and wreaks havoc on it. Instead adjust our side so that it looks for do_bootstrap instead.
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
state: directory
|
||||
|
||||
- include: ceph/bootstrap.yml
|
||||
when: bootstrap is defined and bootstrap
|
||||
when: do_bootstrap is defined and do_bootstrap
|
||||
run_once: yes
|
||||
|
||||
- name: install configurations
|
||||
|
Reference in New Issue
Block a user