From 81a4df620608c7e18c98c6de4f625b3aa72181a2 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 4 Apr 2016 16:30:46 -0400 Subject: [PATCH] updated docs to reflect new retry path fixes #15269 --- docsite/rst/intro_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index 1ca71e210e0..0a1c537cf64 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -602,9 +602,9 @@ retry_files_save_path ===================== The retry files save path is where Ansible will save .retry files when a playbook fails and retry_files_enabled is True (the default). -The default location is ~/ and can be changed to any writeable path:: +The default location is adjacent to the play (~/ in versions older than 2.0) and can be changed to any writeable path:: - retry_files_save_path = ~/.ansible-retry + retry_files_save_path = ~/.ansible/retry-files The directory will be created if it does not already exist.