feat(install): install worker nodes

!5 #2
This commit is contained in:
2023-11-02 13:35:33 +09:30
parent 50f48ab5a1
commit fd547a4c0f
4 changed files with 59 additions and 11 deletions

View File

@ -21,7 +21,8 @@
force: true
notify: "{{ item.notify | default(omit) }}"
loop: "{{ templates_to_apply }}"
when: item.when | default(true) | bool
when: >
item.when | default(true) | bool
vars:
templates_to_apply: