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:
2023-09-01 15:42:29 -04:00
parent a79961605a
commit 561ecb5c61
6 changed files with 7 additions and 7 deletions

View File

@ -52,7 +52,7 @@
- include: pvc/bootstrap.yml
run_once: yes
when: bootstrap is defined and bootstrap and is_coordinator
when: do_bootstrap is defined and do_bootstrap and is_coordinator
- meta: flush_handlers