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 running the tool, Ansible errors out every time it reaches a replace module that includes the 'follow' parameter. I am running this on 2.9 but a review of the documentation shows that this was removed in 2.5
When running the tool, Ansible errors out every time it reaches a replace module that includes the 'follow' parameter. I am running this on 2.9 but a review of the documentation shows that this was removed in 2.5
`
TASK [os-ansible-role-ubuntu1804-cis : SCORED | 4.1.1.3 | PATCH | Ensure auditing for processes that start prior to auditd is enabled] ******************************************************************************************************
fatal: [172.29.225.151]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (replace) module: follow Supported parameters include: after, attributes, backup, before, encoding, group, mode, owner, path, regexp, replace, selevel, serole, setype, seuser, unsafe_writes, validate"}
`
The text was updated successfully, but these errors were encountered: