Files @ bf565812b1e6
Branch filter:

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

branko
MAR-218: Reimplement linting supports in test runner scrupt:

- Molecule no longer has command for running the linters, so a small
wrapper around linters has to be implemented.
---

- name: Assemble Duply include patterns
  ansible.builtin.assemble:
    dest: "/etc/duply/main/include"
    src: "/etc/duply/main/patterns"
    owner: root
    group: root
    mode: "0600"
    backup: true