Commit Graph

6 Commits (7fabaec55fd2afbff6460cf20006dd03e8ddbaf9)

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)
12 years ago
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.
12 years ago
Pepe Barbe 6f3a507a54 typo 12 years ago
Pepe Barbe a2627e0b54 fix example 12 years ago
Michael DeHaan a1b4123931 whitespace 12 years ago
Lorin Hochstein 5a109154f1 Rename: postgresql.yaml -> postgresql.yml 12 years ago