Skip to content

Commit

Permalink
HW2: fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
auerswal committed Apr 8, 2018
1 parent 106a04e commit 66387a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw2-reports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ format.

When I tried to use the `ios_command` module, it would fail with the error
message:
`unable to open shell. Please see: https://docs.ansible.com/ansible/network_debug_troubleshooting.html#unable-to-open-shell`
`unable to open shell. Please see: https://docs.ansible.com/ansible/network_debug_troubleshooting.html#unable-to-open-shell`.
Root cause was that `pip install ansible` did not install all requirements
for the `ios_command` module, it missed the two Python packages `enum34` and
`ipaddress`. For all the gory details see the separate
Expand Down Expand Up @@ -112,7 +112,7 @@ named are defined at play level as well.
Four tasks (with the tag `get`) are used to retrieve CDP neighbor information
from the network devices. The first uses the `ios_command` module to issue
`show cdp neighbors detail` on each router. This information is written to
a text file in the fouth `get` task, after the second and thrid `get` tasks
a text file in the fouth `get` task, after the second and third `get` tasks
have deleted old CDP information and (re-)created the directory to store it in.

#### Tasks to Parse CDP Information
Expand Down

0 comments on commit 66387a9

Please sign in to comment.