diff options
author | 2024-08-19 23:37:03 +0100 | |
---|---|---|
committer | 2024-08-19 23:37:03 +0100 | |
commit | 6f23b932db4f780cedd170ecaba0a8398687876c (patch) | |
tree | fbfde1f4981b789aeda3e1bee760750a45d340f3 /ansible | |
parent | prevent joe from doing an oopsie to me (diff) |
ignore changed when error for the prosodyctl command
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/roles/jitsi/tasks/ldap_auth.yml | 3 |
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 |