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.
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ondřej Pražák
- Pull request https://github.com/theforeman/foreman_openscap/pull/400 added
Updated by Marek Hulán almost 6 years ago
- Subject changed from undefined method `lookup_values' for nil:NilClass while creating host with foreman_scap_client ansible role to undefined method `lookup_values' for nil:NilClass while creating host with foreman_scap_client ansible role
- Fixed in Releases foreman_openscap 1.0.4 added
Updated by Anonymous almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_openscap|e305370a2dd56b1133d5eaaad982578d525d147f.
Actions