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:
Jonathan Rosser 2022-11-14 11:25:49 +00:00
parent 67a71fdd8a
commit 3da31daaf9

View File

@ -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: