add tags to prosody-web tasks

This commit is contained in:
David Kilias 2024-04-29 08:28:43 +02:00
parent 77108a5d14
commit edc9f49550

View file

@ -269,6 +269,8 @@
- "127.0.0.1:{{ jabber_host_port }}:80"
volumes:
- "{{ prosody_data_dir }}/var/www:/public:ro"
tags:
- prosody-web
- name: Setup proxy site {{ prosody_domain_name }}
# point to static website for now
@ -277,6 +279,8 @@
vars:
site_name: "{{ prosody_domain_name }}"
proxy_port: "{{ jabber_host_port }}"
tags:
- prosody-web
- name: Check if hedgedoc data dir exists
ansible.builtin.stat: