mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
speedup by squashing package installs in ansible.cfg (condenses loop)
This commit is contained in:
parent
c73e8cf6b8
commit
f609ec0efd
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
||||||
# Future overrides of /etc/ansible/ansible.cfg belong in this file.
|
# Future overrides of /etc/ansible/ansible.cfg belong in this file.
|
||||||
# Also used by https://github.com/iiab/iiab-admin-console
|
# Also used by https://github.com/iiab/iiab-admin-console
|
||||||
|
|
||||||
|
[defaults]
|
||||||
|
squash_actions = apk, apt, dnf, homebrew, openbsd_pkg, pacman, pkgng, yum, zypper, package
|
||||||
|
|
Loading…
Reference in a new issue