Files @ db859106bed8
Branch filter:

Location: majic-ansible-roles/roles/backup_client/molecule/default/playbook.yml

branko
MAR-218: Document the workaround needed to make Molecule instance logins work:

- It should be possible to drop this workaround once the upstream has
taken care of merging the necessary fixes.
---

- hosts: parameters-mandatory,parameters-optional
  become: true
  roles:
    - backup_client

# Deploy a dummy pre-backup script for testing purposes.
- hosts: parameters-mandatory,parameters-optional
  become: true
  tasks:

    - name: Deploy pre-backup script
      copy:
        src: tests/data/10-test-pre-backup.sh
        dest: /etc/duply/main/pre.d/10-test-pre-backup.sh
        owner: root
        group: root
        mode: 0700