Uploaded image for project: 'Product Technical Learning'
  1. Product Technical Learning
  2. PTL-1485

DO457-69: wrong indentation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • DO457 - RHAE2.5 1 20180720
    • DO457
    • 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}}"    

       

       

       

              ghacker_jira George Hacker (Inactive)
              Pspl-indore-in Swapnil Jain (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: