-
Bug
-
Resolution: Done
-
Major
-
DO457 - RHAE2.5 1 20180720
-
None
-
ILT, VT
-
en-US (English)
URL:
Reporter RHNID:
Section: -
Language: en-US (English)
Workaround:
Description: Lab 7.1, page 528
Step 3.3.1
The group_vars/ios/vault.yml file contains "ansible_user: admin" and
"ansible_password: student."
This instruction indicates that the password is student. however, the . is
on the wrong side of the " and is meant to be a sentence termination, not
included in the password string. The instruction should read:
The group_vars/ios/vault.yml file contains "ansible_user: admin" and
"ansible_password: student".