mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Icinga doc fix (#1495)
* Document it is a dictionary to reduce confusion. * Add variable example
This commit is contained in:
committed by
GitHub
parent
19a5975181
commit
757427cadf
@@ -102,7 +102,7 @@ options:
|
||||
variables:
|
||||
type: dict
|
||||
description:
|
||||
- List of variables.
|
||||
- Dictionary of variables.
|
||||
extends_documentation_fragment:
|
||||
- url
|
||||
'''
|
||||
@@ -116,6 +116,8 @@ EXAMPLES = '''
|
||||
state: present
|
||||
name: "{{ ansible_fqdn }}"
|
||||
ip: "{{ ansible_default_ipv4.address }}"
|
||||
variables:
|
||||
foo: "bar"
|
||||
delegate_to: 127.0.0.1
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user