-
Notifications
You must be signed in to change notification settings - Fork 144
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
fix: textfile collector dir by setting recurse to false #105
Conversation
caf59b6
to
a67dd7c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default option for recurse is false, so we can just remove the parameter: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/file_module.html#parameter-recurse
Also, there is no need to link the PR as a comment since git does track it and you can just look at the commit history to see why it got removed.
a67dd7c
to
4f8af41
Compare
4f8af41
to
79cb4f7
Compare
Linting errors were unrelated and have been fixed in main, please rebase. |
79cb4f7
to
a8ac73d
Compare
Err, a new version of ansible-lint was released this morning which brings us new linting issues. |
Mind rebasing again? Linting issues fixed in #109 |
… consistent ansible changes in case there are new metric files created by other users Signed-off-by: Anton Lugovoi <alugovoi@ordercapital.com>
a8ac73d
to
fddefac
Compare
because it causes consistent ansible changes in case there are new metric files created by other users
fixes: #92