-
Story
-
Resolution: Unresolved
-
Minor
-
None
-
RH358 - RHEL 8.1 1 20200713
-
None
-
11
-
ROLE
-
en-US (English)
URL: https://role.rhu.redhat.com/rol-rhu/app/courses/rh358-8.1/pages/ch11s05
Reporter RHNID: yuvaraj-rhls
Section: rh358-iscsi-automation-lecture - Automating iSCSI Initiator Configuration
Language: en-US (English)
Workaround:
Description: Description: rh358-8.1 "Automating iSCSI Initiator Configuration" within section "Formatting iSCSI Devices" Ansible role example is missing "vars:" current read: roles: - role: rhel-system-roles.storage storage_volumes: - name: datadisk state: present should read: roles: - role: rhel-system-roles.storage vars: storage_volumes: - name: datadisk state: present storage_volumes: - name: datadisk state: present