Changeset - 614f64157116
[Not reviewed]
0 3 0
Branko Majic (branko) - 4 years ago 2020-01-05 22:54:02
branko@majic.rs
MAR-148: Drop configuration of retry files location:

- Ansible 2.8.x has switched to not creating the retry files by
default.
3 files changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
.gitignore
Show inline comments
 
@@ -10,7 +10,6 @@ testsite/preseed_files/
 
testsite/tls/*.pem
 
testsite/tls/*.key
 
testsite/tls/*.*_*.cfg
 
testsite/retry/*
 
testsite/ssh/*_key
 
testsite/ssh/*_key.pub
 
testsite/ssh/*.example.com
docs/usage.rst
Show inline comments
 
@@ -183,7 +183,6 @@ First of all, let's set-up some basic directory structure and configuration:
 

	
 
     roles_path=/home/ansible/majic-ansible-roles/roles:/home/ansible/mysite/roles
 
     force_handlers = True
 
     retry_files_save_path = /home/ansible/mysite/retry
 
     inventory = /home/ansible/mysite/hosts
 

	
 
     [ssh_connection]
testsite/ansible.cfg
Show inline comments
 
[defaults]
 
roles_path=../roles
 
force_handlers = True
 
retry_files_save_path = ./retry
 
inventory = ./hosts
 

	
 
[ssh_connection]
0 comments (0 inline, 0 general)