-
Bug
-
Resolution: Done
-
Minor
-
DO457 - RHAE2.5 1 20180720
-
None
-
5
-
en-US (English)
URL:
Reporter RHNID: pspl-indore-in
Section: 1.1. Create a playbook named vyos-reinitialize-l3.yml. - GUIDED EXERCISE 5.10 REINITIALIZING LAYER 3 ON VYOS DEVICES
Language: en-US (English)
Workaround:
Description: on page #415 step 1.1 has wrong indentation for task with module set_fact
it is..
- set_fact:
eth_intf_rows: "{{ r.stdout_lines[0]|select('search', '^eth[0-9]+.*')|list}}"
it should be
- set_fact:
eth_intf_rows: "{{ r.stdout_lines[0]|select('search', '^eth[0-9]+.*')|list}}"