mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix spacing (#3616)
This commit is contained in:
parent
4561c75d1c
commit
684045a316
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@ EXAMPLES = '''
|
||||||
login_user: username
|
login_user: username
|
||||||
login_password: password
|
login_password: password
|
||||||
host_name: ExampleHost
|
host_name: ExampleHost
|
||||||
macro_name:Example macro
|
macro_name: Example macro
|
||||||
macro_value:Example value
|
macro_value: Example value
|
||||||
state: present
|
state: present
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue