-
Bug
-
Resolution: Done
-
Major
-
RH294 - RHEL 8 1 20190531
-
None
-
11
-
ILT, ROLE, VT
-
en-US (English)
URL:
Reporter RHNID:
Section: -
Language: en-US (English)||||||||
Workaround: Fix the course.
Description: INSTRUCTIONS
"3. Use ansible-doc -l to find a module that can make a file system on a block
device. Use ansible-doc to learn how to use that module. Add a task to the
playbook that uses this module to create an XFS file system on /dev/vdb1. Do not
force creation of that file system if one exists already."
So you must do not force the creation of that filesystem.
The solution is forcing that!
- name: XFS file system exists on /dev/vdb1
filesystem:
dev: /dev/vdb1
fstype: xfs
force: yes
Now try to rerun your playbook - it will FAIL, because of that.
- is duplicated by
-
PTL-5059 RH294-67: ch11s04 /dev/vdb1 creation solution incorrect (Minor)
- Closed
- is related to
-
PTL-5161 RH294-192: Comp Review lab removes the yum.repos.d content from servera
- Closed
-
PTL-5285 RH294-128: Lab: Creating Roles and Using Dynamic Inventory" asks for not force filesystem creation if it already exists, but both grading script and lab solution forces it.
- Closed
-
PTL-5184 RH294-183: ch10s04: Playbook vsftpd-configure.yml is not idempotent
- Closed
- relates to
-
PTL-5041 RH294-56: Grading review-roles invalid lftp command
- Closed