Files @ b4004db97776
Branch filter:

Location: majic-ansible-roles/testsite/playbooks/backup.yml - annotation

branko
MAR-218: Fix incorrect logic for switching directory:

- No piping can be used (since that would be a subshell and would not
affect the working directory for the remainder of the script run).
---

- name: Deploy backup server
  hosts: backup
  remote_user: ansible
  become: true
  roles:
    - common
    - mail_forwarder
    - backup_server