mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #746 from holta/squash-package-installs
Speedup by squashing package installs in ansible.cfg (condenses loop)
This commit is contained in:
commit
5711d5e4b7
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
|||
# 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
|
||||
|
|
Loading…
Reference in a new issue