Update galaxy.yml, make ansible-lint happier

This commit is contained in:
uumas
2022-11-25 20:00:47 +02:00
parent c74a56a2e2
commit 3150bf5c2c
19 changed files with 40 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
---
dependencies:
- docker
- role: docker
- role: uumas.general.reverse_proxy
vhost_id: element
vhost_domains: "{{ element_domains }}"

View File

@@ -1,7 +1,7 @@
---
- name: Set element published ports variable
set_fact:
set_fact:
element_published_ports: ["127.0.0.1:{{ ports.element_http }}:80"]
when: reverse_proxy_type != 'traefik'
@@ -33,4 +33,3 @@
content: "{{ element_config }}"
dest: "{{ element_config_volume.Source }}/config.json"
mode: '644'