From e2f14cef7933cca098af27d3fde42c6f0b907dde Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 30 Dec 2020 23:11:50 +0200 Subject: [PATCH] Silent warnings and non-changes. --- hosts/all.yaml | 4 ++++ update.yaml | 1 + 2 files changed, 5 insertions(+) diff --git a/hosts/all.yaml b/hosts/all.yaml index e4e3e83..39b6f12 100644 --- a/hosts/all.yaml +++ b/hosts/all.yaml @@ -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: diff --git a/update.yaml b/update.yaml index 7e83fce..2044387 100644 --- a/update.yaml +++ b/update.yaml @@ -6,6 +6,7 @@ - name: Group hosts by package manager group_by: key: pkg_mgr_{{ ansible_pkg_mgr }} + changed_when: false tags: - always -- GitLab