From 717884b61a517c7427aa5c09721f53159d81f29e Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 1 Aug 2012 00:52:48 -0400 Subject: [PATCH] amend best practices --- rst/bestpractices.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rst/bestpractices.rst b/rst/bestpractices.rst index 970e58dca5..070601dd16 100644 --- a/rst/bestpractices.rst +++ b/rst/bestpractices.rst @@ -3,6 +3,13 @@ Best Practices Here are some tips for making the most of Ansible. +Always Mention State +++++++++++++++++++++ + +The 'state' parameter is optional to a lot of modules. Whether state=present or state=absent, it's always +best to leave that parameter in your playbooks to make it clear, especially as some modules support additional +states. + Group By Roles ++++++++++++++