6 lines
110 B
YAML
6 lines
110 B
YAML
|
---
|
||
|
- name: nginx_hosts shim
|
||
|
set_fact:
|
||
|
nginx_vhosts: "{{ nginx_hosts }}"
|
||
|
when: nginx_hosts is defined
|