Commit graph

6 commits

Author SHA1 Message Date
Dag Wieers
66fb7fd9de Make use of yes/no booleans in playbooks
At the moment Ansible prefers yes/no for module booleans, however booleans in playbooks are still using True/False, rather than yes/no. This changes modifies boolean uses in playbooks (and man pages) to favor yes/no rather than True/False.

This change includes:

- Adaptation of documentation and examples to favor yes/no
- Modification to manpage output to favor yes/no (the docsite output already favors yes/no)
2012-12-14 11:56:53 +01:00
Jeremiah Heller
37bdefae74 add role_attr_flags parameter to postgresql_user
Pass role_attr_flags a list of comma separated role
attributes when creating or updating a user.
2012-10-15 16:03:10 -07:00
Pepe Barbe
6f3a507a54 typo 2012-08-27 10:12:34 -05:00
Pepe Barbe
a2627e0b54 fix example 2012-08-27 10:09:55 -05:00
Michael DeHaan
a1b4123931 whitespace 2012-08-06 20:00:31 -04:00
Lorin Hochstein
5a109154f1 Rename: postgresql.yaml -> postgresql.yml 2012-07-29 13:52:30 -04:00
Renamed from examples/playbooks/postgresql.yaml (Browse further)