-
Bug
-
Resolution: Done
-
Major
-
DO457 - RHAE2.5 1 20180720
-
None
-
ROLE
-
en-US (English)
URL:
Reporter RHNID: sanujan
Section: - Using ios_ping in a playbook
Language: en-US (English)
Workaround: Remove variable destination. Play should read like
—
- name: a reachability test
hosts: rtr1
tasks: - name: "test reachability to rtr1"
ios_ping:
dest: rtr1
Description: Page 124, variable is mentioned inside the play, where in we discuss about variable only in Chapter 3. Indentation mistake as well in calling the module.