Skip to content
Snippets Groups Projects
Commit f2b4bac3 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

Fix ansible-lint warning on molecule playbooks.

Ansible best practice is to not use `latest` for the `package` module
state. As we want to use it in the case of nss, this change will
disable checking for this case.
parent c05a7233
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@
- name: Ensure nss package is updated
package:
name: nss
state: latest
state: latest # noqa 403
- include_role:
name: ipaserver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment