From e6958df9a81f40e313200974bd4f210a96cd97bf Mon Sep 17 00:00:00 2001 From: acogdev Date: Wed, 30 Sep 2015 13:41:51 -0600 Subject: [PATCH] Put retry_files_enabled and retry_files_save_path into alphabetical order. Found when investigating #11491 --- docsite/rst/intro_configuration.rst | 40 ++++++++++++++--------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index 0e0e6deb64a..fcc41a89d34 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -524,26 +524,6 @@ always default to the current user if this is not defined:: remote_user = root -.. _roles_path: - -roles_path -========== - -.. versionadded: '1.4' - -The roles path indicate additional directories beyond the 'roles/' subdirectory of a playbook project to search to find Ansible -roles. For instance, if there was a source control repository of common roles and a different repository of playbooks, you might -choose to establish a convention to checkout roles in /opt/mysite/roles like so:: - - roles_path = /opt/mysite/roles - -Additional paths can be provided separated by colon characters, in the same way as other pathstrings:: - - roles_path = /opt/mysite/roles:/opt/othersite/roles - -Roles will be first searched for in the playbook directory. Should a role not be found, it will indicate all the possible paths -that were searched. - .. _retry_files_enabled: retry_files_enabled @@ -565,6 +545,26 @@ The default location is ~/ and can be changed to any writeable path:: The directory will be created if it does not already exist. +.. _roles_path: + +roles_path +========== + +.. versionadded: '1.4' + +The roles path indicate additional directories beyond the 'roles/' subdirectory of a playbook project to search to find Ansible +roles. For instance, if there was a source control repository of common roles and a different repository of playbooks, you might +choose to establish a convention to checkout roles in /opt/mysite/roles like so:: + + roles_path = /opt/mysite/roles + +Additional paths can be provided separated by colon characters, in the same way as other pathstrings:: + + roles_path = /opt/mysite/roles:/opt/othersite/roles + +Roles will be first searched for in the playbook directory. Should a role not be found, it will indicate all the possible paths +that were searched. + .. _sudo_exe: sudo_exe