mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-16 11:19:49 +00:00
Fixed tabs
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
include_role:
|
||||
name: nginx-domain-setup
|
||||
vars:
|
||||
domain: "{{ domains[application_id] }}"
|
||||
http_port: "{{ ports.localhost.http[application_id] }}"
|
||||
domain: "{{ domains[application_id] }}"
|
||||
http_port: "{{ ports.localhost.http[application_id] }}"
|
||||
loop: "{{ domains }}"
|
||||
loop_control:
|
||||
loop_var: domain
|
||||
|
Reference in New Issue
Block a user