Files @ c1abe824342c
Branch filter:

Location: majic-ansible-roles/roles/xmpp_server/meta/main.yml

branko
MAR-192: Added support for Debian 12 Bookworm to xmpp_server role:

- Some of the tests are still failing, namely the ones centered around
the sendxmpp tool (which seems completely broken at this point in
Debian 12 Bookworm)
---

dependencies:
  - common
  - role: backup
    when: enable_backup
    backup_patterns_filename: "xmpp_server"
    backup_patterns:
      - "/var/lib/prosody"

galaxy_info:
  author: Branko Majic
  description: Sets-up a Prosody XMPP server using LDAP directory as source of domain/user information
  license: BSD
  min_ansible_version: 2.9
  platforms:
    - name: Debian
      versions:
        - 11
        - 12