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
When include this module and trying to install the wazuh agent, the ansible run fails when running in check mode.
16:44:27 TASK Linux | Ensure Wazuh Agent service is started and enabled] ***
16:44:27 fatal: [hosta]: FAILED! => {"changed": false, "msg": "Could not find the requested service wazuh-agent: host"}
The ansible code should ignore this because we are running in check mode
The text was updated successfully, but these errors were encountered:
When include this module and trying to install the wazuh agent, the ansible run fails when running in check mode.
16:44:27 TASK Linux | Ensure Wazuh Agent service is started and enabled] ***
16:44:27 fatal: [hosta]: FAILED! => {"changed": false, "msg": "Could not find the requested service wazuh-agent: host"}
The ansible code should ignore this because we are running in check mode
The text was updated successfully, but these errors were encountered: