mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Adapted roles to new architecture
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
- name: "Include role srv-proxy-6-6-domain for {{ application_id }}"
|
||||
include_role:
|
||||
name: srv-proxy-6-6-domain
|
||||
loop: "{{ applications | get_app_conf(application_id, 'domain', True)s.canonical }}"
|
||||
loop: "{{ applications | get_app_conf(application_id, 'domains.canonical', True) }}"
|
||||
loop_control:
|
||||
loop_var: domain
|
||||
vars:
|
||||
|
Reference in New Issue
Block a user