Files @ 686083d16102
Branch filter:

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

branko
MAR-191: Drop support for Debian 11 Buster from the wsgi_website role:

- Get rid of the workaround that used to cause issues in some of the
previous versions of Debian while at it. This should no longer pose
an issue.
---

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:
        - 10
        - 11