feat(cleanup): gate RHEL ISO disk and fstab handling on rhel_repo.source
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
'state': 'absent'
|
||||
}
|
||||
]
|
||||
if rhel_iso is defined and rhel_iso | length > 0
|
||||
if (rhel_iso is defined and rhel_iso | length > 0
|
||||
and not (os == 'rhel' and system_cfg.features.rhel_repo.source == 'iso'))
|
||||
else []
|
||||
)
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user