Changeset - a1b9e125a179
[Not reviewed]
1 1 0
Branko Majic (branko) - 9 months ago 2023-08-15 23:49:56
branko@majic.rs
MAR-181: Drop Debian 9 Stretch-related tests and code for installing lua-ldap from backports.
2 files changed with 1 insertions and 30 deletions:
0 comments (0 inline, 0 general)
roles/xmpp_server/molecule/default/tests/test_default_buster.py
Show inline comments
 
deleted file
roles/xmpp_server/tasks/main.yml
Show inline comments
 
@@ -14,16 +14,10 @@
 
    repo: "deb http://packages.prosody.im/debian {{ ansible_distribution_release }} main"
 
    state: present
 

	
 
# Stick to the 'latest' state to ensure we get pinned package
 
# installed in case of distribution upgrades.
 
- name: Install Lua LDAP library
 
  apt:
 
    name: lua-ldap
 
    state: latest  # noqa 403
 
    # [403] Package installs should not use latest
 
    #   The latest has to be used when upgrading existing systems to get
 
    #   the correct version of lua-ldap with support for Lua 5.2 from
 
    #   the backports repository.
 
    state: present
 
  notify:
 
    - Restart Prosody
 

	
0 comments (0 inline, 0 general)