Skip to content
Snippets Groups Projects
Commit e2f14cef authored by nimrod's avatar nimrod
Browse files

Silent warnings and non-changes.

parent 5aefc741
No related branches found
No related tags found
No related merge requests found
......@@ -17,3 +17,7 @@ all:
vars:
# Force usage of Python3.
ansible_python_interpreter: python3
children:
pkg_mgr_apt:
pkg_mgr_opkg:
pkg_mgr_openbsd_pkg:
......@@ -6,6 +6,7 @@
- name: Group hosts by package manager
group_by:
key: pkg_mgr_{{ ansible_pkg_mgr }}
changed_when: false
tags:
- always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment