From 647c92791c1abbab521d3093b5287e15398d56f1 Mon Sep 17 00:00:00 2001 From: jjshoe Date: Thu, 27 Mar 2014 15:08:20 -0500 Subject: [PATCH] Add meta to the directory layout for roles --- docsite/rst/playbooks_best_practices.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docsite/rst/playbooks_best_practices.rst b/docsite/rst/playbooks_best_practices.rst index 298b832ff0..487262a4b7 100644 --- a/docsite/rst/playbooks_best_practices.rst +++ b/docsite/rst/playbooks_best_practices.rst @@ -51,6 +51,8 @@ The top level of the directory would contain files and directories like so:: foo.sh # <-- script files for use with the script resource vars/ # main.yml # <-- variables associated with this role + meta/ # + main.yml # <-- role dependencies webtier/ # same kind of structure as "common" was above, done for the webtier role monitoring/ # ""