1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

amend best practices

This commit is contained in:
Michael DeHaan 2012-08-01 00:52:48 -04:00
parent 47629a455c
commit 717884b61a

View file

@ -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
++++++++++++++