Commit 717884b6 by Michael DeHaan

amend best practices

parent 47629a45
......@@ -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
++++++++++++++
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment