Files @ 8d2978c32f31
Branch filter:

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

branko
MAR-191: Drop Debian 10 Buster support for the backup_client role:

- Internal parameter for Python's pexpect package is no longer
required - newer versions of Debian have fully switche to using the
Python 3 version of it for duplicity.
- Fix prepare playbook task to iterate over list of backup users
instead of hard-coding the values.
- Drop the directory set-up task that seems to serve no purpose (some
leftover from previous refactoring most likely.
- Update supported version information in docs and metadata.
---

allow_duplicates: true

dependencies:
  - backup_client

galaxy_info:
  author: Branko Majic
  description: Specify what files should be backed-up to the backup server.
  license: BSD
  min_ansible_version: 2.9
  platforms:
    - name: Debian
      versions:
        - 10
        - 11