mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
plugins: Doc improvement (#41378)
* Typo fixes * Grammer fixes * Option fixes Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
d6ba139713
commit
063d19048d
11 changed files with 23 additions and 24 deletions
|
@ -37,7 +37,7 @@ DOCUMENTATION = '''
|
|||
'''
|
||||
|
||||
EXAMPLES = """
|
||||
# All this examples depends on hiera.yml that describes the hierarchy
|
||||
# All this examples depends on hiera.yml that describes the hierarchy
|
||||
|
||||
- name: "a value from Hiera 'DB'"
|
||||
debug: msg={{ lookup('hiera', 'foo') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue