Files @ 2460d22adea3
Branch filter:

Location: majic-ansible-roles/testsite/ansible.cfg

branko
MAR-148: Use dynamic include_tasks for cleaning up the GnuPG keyring used for backup encryption and signing:

- Required due to change in Ansible - the import_tasks cannot be
notified any longer by the tasks.
1
2
3
4
5
6
7
8
[defaults]
roles_path=../roles
force_handlers = True
retry_files_save_path = ./retry
inventory = ./hosts

[ssh_connection]
pipelining = True