aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2024-08-19 23:37:03 +0100
committerGravatar shtlrs <[email protected]>2024-08-19 23:37:03 +0100
commit6f23b932db4f780cedd170ecaba0a8398687876c (patch)
treefbfde1f4981b789aeda3e1bee760750a45d340f3
parentprevent joe from doing an oopsie to me (diff)
ignore changed when error for the prosodyctl command
-rw-r--r--ansible/roles/jitsi/tasks/ldap_auth.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible/roles/jitsi/tasks/ldap_auth.yml b/ansible/roles/jitsi/tasks/ldap_auth.yml
index 8a06738..68260f6 100644
--- a/ansible/roles/jitsi/tasks/ldap_auth.yml
+++ b/ansible/roles/jitsi/tasks/ldap_auth.yml
@@ -53,11 +53,10 @@
tags:
- role::jitsi
-- name: Install mod_auth_cyrus
+- name: Install mod_auth_cyrus # noqa: no-changed-when
ansible.builtin.command:
# Neccessary because support for Cyrus SASL has been removed from mainline Prosody
cmd: prosodyctl install --server=https://modules.prosody.im/rocks/ mod_auth_cyrus
- changed_when: true
tags:
- role::jitsi