From 37837f53ee02d4634be3b6a815a71bb3374079b0 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 1 Aug 2018 20:43:00 +1000 Subject: [PATCH] add-fileserver: fileserver_leading_path isn't from the secret This variable isn't part of the "fileserver" dictionary argument (i.e. it's not accessed as fileserver.fileserver_leading_path). Move it out in the documentation. Change-Id: I449ce2f383b044d92f0ebb9595ef1d77161c5c7c --- roles/add-fileserver/README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/add-fileserver/README.rst b/roles/add-fileserver/README.rst index 58e4389e5..d2a457e86 100644 --- a/roles/add-fileserver/README.rst +++ b/roles/add-fileserver/README.rst @@ -20,12 +20,6 @@ in subsequent tasks or roles. the project short name will be added to the hostvars of the host as ``zuul_fileserver_project_path``. - .. zuul:rolevar:: fileserver_leading_path - - This is an optional variable that will be inserted between the base - of the path (provided by the `path` variable) and the - ``zuul.project.short_name`` final path element. - .. zuul:rolevar:: ssh_known_hosts String containing known host signature for the remote host. @@ -38,3 +32,9 @@ in subsequent tasks or roles. :default: ansible_user Remote ssh user name to use. + +.. zuul:rolevar:: fileserver_leading_path + + This is an optional variable that will be inserted between the base + of the path (provided by the `path` variable) and the + ``zuul.project.short_name`` final path element.