From 241283514a95c3b1c69fc456aa16552492e427c6 Mon Sep 17 00:00:00 2001 From: Cory Klein Date: Thu, 16 Jun 2016 14:43:13 -0600 Subject: [PATCH] Add missing documentation about defaults/main.yml --- docsite/rst/playbooks_roles.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docsite/rst/playbooks_roles.rst b/docsite/rst/playbooks_roles.rst index 95bdf013ea5..01e0136409e 100644 --- a/docsite/rst/playbooks_roles.rst +++ b/docsite/rst/playbooks_roles.rst @@ -190,6 +190,7 @@ This designates the following behaviors, for each role 'x': - If roles/x/tasks/main.yml exists, tasks listed therein will be added to the play - If roles/x/handlers/main.yml exists, handlers listed therein will be added to the play - If roles/x/vars/main.yml exists, variables listed therein will be added to the play +- If roles/x/defaults/main.yml exists, variables listed therein will be added to the play - If roles/x/meta/main.yml exists, any role dependencies listed therein will be added to the list of roles (1.3 and later) - Any copy, script, template or include tasks (in the role) can reference files in roles/x/{files,templates,tasks}/ (dir depends on task) without having to path them relatively or absolutely