Files @ 66da094b2fca
Branch filter:

Location: majic-ansible-roles/roles/backup/tasks/main.yml - annotation

branko
MAR-96: Moved setting of facts for gpg/gpg2 binary detection in backup_client role into separate yml file. Assigned the handlers tag to it to make sure the facts are available when only handlers get executed.
1
2
3
4
5
6
7
---

- name: Configure backup patterns
  template: src="backup_patterns.j2" dest="/etc/duply/main/patterns/{{ backup_patterns_filename }}"
            owner="root" group="root" mode=700
  notify:
    - Assemble Duply include patterns