Skip to content
Snippets Groups Projects
Commit d690177e authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "ironic: only bootstrap ironic-tftp when service is enabled"

parents eb21d4f9 30d29f13
No related branches found
No related tags found
No related merge requests found
...@@ -64,4 +64,6 @@ ...@@ -64,4 +64,6 @@
name: "bootstrap_ironic_tftp" name: "bootstrap_ironic_tftp"
restart_policy: oneshot restart_policy: oneshot
volumes: "{{ ironic_tftp.volumes }}" volumes: "{{ ironic_tftp.volumes }}"
when: inventory_hostname in groups[ironic_tftp.group] when:
- inventory_hostname in groups[ironic_tftp.group]
- ironic_tftp.enabled | bool
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment