mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Change the retry_files_enabled to False and modify the comments to reflect that this has been disabled (#52581)
* Change the retry_files_enabled to False and modify the comments to reflect that this has been disabled. * Change the default action of retry_files_enabled to False * Update porting guide to reflect change in default state of retry_files_enabled variable * Change log documenting a change in default behaviour of retry_files_enabled * Revert config change to comment out the retry_files_enabled line to let the user decided what is best. Comment above still states how to change.
This commit is contained in:
committed by
Brian Coca
parent
0f353ed99d
commit
0e9a79a589
@@ -1663,7 +1663,7 @@ PYTHON_MODULE_RLIMIT_NOFILE:
|
||||
version_added: '2.8'
|
||||
RETRY_FILES_ENABLED:
|
||||
name: Retry files
|
||||
default: True
|
||||
default: False
|
||||
description: This controls whether a failed Ansible playbook should create a .retry file.
|
||||
env: [{name: ANSIBLE_RETRY_FILES_ENABLED}]
|
||||
ini:
|
||||
|
||||
Reference in New Issue
Block a user