mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -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
|
@ -26,7 +26,7 @@ options:
|
|||
required: true
|
||||
default: null
|
||||
examples:
|
||||
- code: fetch src=/var/log/messages dest=/home/logtree
|
||||
- code: "fetch: src=/var/log/messages dest=/home/logtree"
|
||||
description: "Example from Ansible Playbooks"
|
||||
requirements: []
|
||||
author: Michael DeHaan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue