Actions
Bug #27232
closedundefined method `lookup_values' for nil:NilClass while creating host with foreman_scap_client ansible role
Difficulty:
Triaged:
No
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1725289
Description of problem:
NoMethodError: undefined method `lookup_values' for nil:NilClass while creating host with foreman_scap_client ansible role
Version-Release number of selected component (if applicable):
Satellite 6.6.0 snap 9
How reproducible: always
Steps to Reproduce:
1. Create hostgroup with all entities populated
2. Create host with assigned foreman_scap_client ansible role
Actual results:
Not able to create host and Error as NoMethodError: undefined method `lookup_values' for nil:NilClass
Expected results:
Host should create successfully.
Additional info: Regression.
Actions