Merge "ironic: only bootstrap ironic-tftp when service is enabled"
This commit is contained in:
commit
d690177e58
@ -64,4 +64,6 @@
|
||||
name: "bootstrap_ironic_tftp"
|
||||
restart_policy: oneshot
|
||||
volumes: "{{ ironic_tftp.volumes }}"
|
||||
when: inventory_hostname in groups[ironic_tftp.group]
|
||||
when:
|
||||
- inventory_hostname in groups[ironic_tftp.group]
|
||||
- ironic_tftp.enabled | bool
|
||||
|
Loading…
Reference in New Issue
Block a user