doc: network: fix syntax errors in examples (#5780)

This commit is contained in:
René Moser 2016-12-01 11:48:40 +01:00 committed by Matt Clay
commit 507559dba5
21 changed files with 98 additions and 98 deletions

View file

@ -77,9 +77,9 @@ EXAMPLES = '''
key_id: 32
md5string: hello
auth_type: text
host: {{ inventory_hostname }}
username: {{ un }}
password: {{ pwd }}
host: "{{ inventory_hostname }}"
username: "{{ un }}"
password: "{{ pwd }}"
'''
RETURN = '''