Skip to content
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

Ansible Error with 'follow' parameter in replace module #86

Open
pyrodie18 opened this issue Oct 8, 2020 · 1 comment
Open

Ansible Error with 'follow' parameter in replace module #86

pyrodie18 opened this issue Oct 8, 2020 · 1 comment

Comments

@pyrodie18
Copy link

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"}

`

@liuyangc3
Copy link
Contributor

liuyangc3 commented Oct 9, 2020

@pyrodie18 I push a PR for this #84, you can try this PR, it works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants