From 38028a888a28e0797ddf898b7ed20436cc1735ff Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 28 Oct 2018 11:36:31 -0400 Subject: [PATCH] Update ansible.cfg --- ansible.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index a2b8d84f7..5fff0c430 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,6 @@ # Future overrides of /etc/ansible/ansible.cfg belong in this file. # Also used by https://github.com/iiab/iiab-admin-console -[defaults] -squash_actions = apk, apt, dnf, homebrew, openbsd_pkg, pacman, pkgng, yum, zypper, package +#[defaults] +# Disallowed by Ansible 2.11+ -- see https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.7.html#using-a-loop-on-a-package-module-via-squash-actions +#squash_actions = apk, apt, dnf, homebrew, openbsd_pkg, pacman, pkgng, yum, zypper, package