From edc9f4955079dec27f3e003bdd6f1ec9a385c07f Mon Sep 17 00:00:00 2001 From: David Kilias Date: Mon, 29 Apr 2024 08:28:43 +0200 Subject: [PATCH] add tags to prosody-web tasks --- host-pottwal.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/host-pottwal.yml b/host-pottwal.yml index 8b09710..c609ee6 100644 --- a/host-pottwal.yml +++ b/host-pottwal.yml @@ -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: