fix an oopsie

This commit is contained in:
uumas
2021-12-20 04:41:10 +02:00
parent 8e5e0b3873
commit 6d3e84e1d4
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
namespace: uumas namespace: uumas
name: docker name: docker
version: 0.4.0 version: 0.4.1
readme: README.md readme: README.md
repository: https://git.uumas.fi/uumas/ansible-docker repository: https://git.uumas.fi/uumas/ansible-docker
license_file: LICENSE license_file: LICENSE

View File

@@ -2,7 +2,7 @@
dependencies: dependencies:
- docker - docker
- role: uumas.generaldev.reverse_proxy - role: uumas.general.reverse_proxy
vhost_id: jitsi vhost_id: jitsi
vhost_domains: vhost_domains:
- "{{ jitsi_domain }}" - "{{ jitsi_domain }}"