You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so the assumption that you can rely on the list of returned services is not sufficient and more is needed.
An alternative workflow (suggested here) would be to ignore the failure is "Could not find the requested service" is returned in the message.
For IDR, a workaround might be to set iptables_raw_disable_firewalld: False as firewalld is not installed by default.
It looks like
firewalld
is not installed on Rocky9, so this section causes an issue:https://github.com/ome/ansible-role-iptables-raw/blob/master/tasks/main.yml#L15
Is it possible to have some kind of soft fail here if the service is not installed, instead of a fatal error?
The text was updated successfully, but these errors were encountered: