Fix bare variable references in docs

This commit is contained in:
Andrew Gaffney
2016-11-10 10:12:03 -07:00
committed by Matt Clay
parent c6b08ca623
commit a8d80f7165
11 changed files with 17 additions and 17 deletions

View File

@@ -37,7 +37,7 @@ EXAMPLES = '''
- name: Print each switch/port
debug: msg="{{ lldp[item]['chassis']['name'] }} / {{ lldp[item]['port']['ifalias'] }}
with_items: lldp.keys()
with_items: "{{ lldp.keys() }}"
# TASK: [Print each switch/port] ***********************************************************
# ok: [10.13.0.22] => (item=eth2) => {"item": "eth2", "msg": "switch1.example.com / Gi0/24"}