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
parent 3f81a65e53
commit 507559dba5
21 changed files with 98 additions and 98 deletions

View file

@ -81,9 +81,9 @@ EXAMPLES = '''
server: 1.2.3.4
key_id: 32
prefer: enabled
host: {{ inventory_hostname }}
username: {{ un }}
password: {{ pwd }}
host: "{{ inventory_hostname }}"
username: "{{ un }}"
password: "{{ pwd }}"
'''
RETURN = '''