1
0
Fork 0
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:
Fabio Alessandro Locati 2016-12-01 17:24:49 +00:00 committed by Matt Clay
parent 4561c75d1c
commit 684045a316

View file

@ -90,8 +90,8 @@ EXAMPLES = '''
login_user: username
login_password: password
host_name: ExampleHost
macro_name:Example macro
macro_value:Example value
macro_name: Example macro
macro_value: Example value
state: present
'''