mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-01 22:35:47 +02:00
Update to 2024-07-22 23:00
This commit is contained in:
@@ -24,16 +24,6 @@
|
||||
notify: restart prosody
|
||||
tags: prosody
|
||||
|
||||
- name: Install additional modules
|
||||
copy:
|
||||
src: "{{ item }}"
|
||||
dest: /opt/prosody/modules/
|
||||
notify: restart prosody
|
||||
loop:
|
||||
- mod_participant_metadata.lua
|
||||
- token
|
||||
tags: prosody
|
||||
|
||||
- name: Remove useless unit override
|
||||
file: path=/etc/systemd/system/prosody.service.d/99-ansible.conf state=absent
|
||||
register: prosody_unit
|
||||
@@ -45,9 +35,3 @@
|
||||
when: prosody_unit.changed
|
||||
tags: prosody
|
||||
|
||||
- name: Allow prosody to query LDAP servers
|
||||
seboolean: name={{ item }} state=True persistent=True
|
||||
loop:
|
||||
- authlogin_nsswitch_use_ldap
|
||||
when: ansible_selinux.status == 'enabled'
|
||||
tags: prosody
|
||||
|
Reference in New Issue
Block a user