Commit e2f14cef authored by nimrod's avatar nimrod
Browse files

Silent warnings and non-changes.

parent 5aefc741
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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:
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
    - name: Group hosts by package manager
      group_by:
        key: pkg_mgr_{{ ansible_pkg_mgr }}
      changed_when: false
      tags:
        - always