summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorChuck Douglas <37702719+chuckersjp@users.noreply.github.com>2019-02-28 10:13:26 -0500
committerBrian Coca <bcoca@users.noreply.github.com>2019-02-28 10:13:26 -0500
commit0e9a79a5893357b156de98c0cb07039b11f15b71 (patch)
tree2e9202fd99510b1d95e13b9affc9d73e5424171f /examples
parent0f353ed99d0b134fbb2e052a8011f726b4d54cdc (diff)
downloadansible-0e9a79a5893357b156de98c0cb07039b11f15b71.tar.gz
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.
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 05adf39149..3291156b2c 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -251,8 +251,8 @@
# retry files
-# When a playbook fails by default a .retry file will be created in ~/
-# You can disable this feature by setting retry_files_enabled to False
+# When a playbook fails a .retry file can be created that will be placed in ~/
+# You can enable this feature by setting retry_files_enabled to True
# and you can change the location of the files by setting retry_files_save_path
#retry_files_enabled = False