Files @ 3d7effd414c9
Branch filter:

Location: majic-ansible-roles/roles/preseed/molecule/default/prepare.yml - annotation

branko
MAR-189: Dropped deprecation-related tasks and tests for xmpp_server role:

- Migration from Prosody project repositories should have been done
already as part of the 7.0.1 release.
- Simplifies the code a bit.
- Drop leftover deprecated library plugin path.
---

- name: Prepare
  hosts: all
  gather_facts: false
  tasks:
    - name: Install python for Ansible
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
      become: true
      changed_when: false