Remove duplicate creation of nginx config directory
ironic_nginx_conf_path already defaults to 'conf.d' so there is no need to make it again. Change-Id: I2fb8921099706f50243d013a97bd5b54dddaaabd
This commit is contained in:
parent
67a71fdd8a
commit
3da31daaf9
@ -102,7 +102,6 @@
|
||||
when: "ironic_ipxe_enabled | bool"
|
||||
with_items:
|
||||
- "/etc/nginx/{{ ironic_nginx_conf_path }}"
|
||||
- "/etc/nginx/conf.d"
|
||||
|
||||
- name: Configure nginx virtual hosts
|
||||
template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user