-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RHEL-09-251040: Resolve iteration issue #6
Conversation
hi @fallenpixel Thank you for the updating, I am currently trying to replicate why we are seeing a failure in the workflow, happy to get this merged as soon as that is resolved. thanks uk-bolly |
Signed-off-by: Mark Bolwell <[email protected]>
Do we want to check for the existence of kdump.service, or only run that task if /usr/share/systemd/system/kdump.service is present on the system? I can add an commit for that as well. |
Something like this would stop the current error in the workflow. Should I add to this PR? |
Spot on Im just creating a new PR to ensure all is tested all the way through again. Not sure why this has changed but im working through the issues now. Thanks uk-bolly |
Signed-off-by: Eric Lehmann <[email protected]>
Signed-off-by: Eric Lehmann <[email protected]>
hi @fallenpixel Have managed to work through it all, why this is has become an issue i'm not sure. There is another PR that has just passed that has all the changes i've made within. Many thanks for your time and patience. uk-bolly |
Not overly worried about it. If you've got a branch with this fix, them I'm good closing. Ty for your work. |
Overall Review of Changes:
Loop over each task in this block, that way item is defined. Correct the boolean logic for warning/logging for interfaces. Warnings should be issued if an interface in ansible_facts.interfaces is allowed in promiscuous mode.
Issue Fixes:
Please list (using linking) any open issues this PR addresses
#1
Enhancements:
Please list any enhancements/features that are not open issue tickets
How has this been tested?:
Tested on fresh install of RHEL 9.3 via the network boot iso.
This is a resubmit, going into devel.