Files @ 0a6b8255f0b7
Branch filter:

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

branko
MAR-131: Use Python 3 in test site wsgihello2 role:

- Switch role to use Python 3 via meta dependency.
- Fix the demo application to work with Python 3.
- Update ipcalc dependency (so it would work with Python 3).
1
2
3
4
5
6
7
8
9
---

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