mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -07:00
Reformat code: examples consistently
- added terse syntax to modules.rst - added description of special variables to template module
This commit is contained in:
parent
a4af4a7049
commit
feab57e270
37 changed files with 92 additions and 81 deletions
|
@ -56,7 +56,7 @@ options:
|
|||
default: present
|
||||
choices: [ "present", "absent" ]
|
||||
examples:
|
||||
- code: postgresql_db db=acme
|
||||
- code: "postgresql_db: db=acme"
|
||||
description: Create a new database with name 'acme'
|
||||
notes:
|
||||
- The default authentication assumes that you are either logging in as or sudo'ing to the postgres account on the host.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue