Files @ 614f64157116
Branch filter:

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

branko
MAR-148: Drop configuration of retry files location:

- Ansible 2.8.x has switched to not creating the retry files by
default.
1
2
3
4
5
6
7
[defaults]
roles_path=../roles
force_handlers = True
inventory = ./hosts

[ssh_connection]
pipelining = True