mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
8 lines
444 B
INI
8 lines
444 B
INI
# Future overrides of /etc/ansible/ansible.cfg belong in this file.
|
|
# Also used by https://github.com/iiab/iiab-admin-console
|
|
|
|
#[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
|
|
[defaults]
|
|
interpreter_python=/usr/bin/python3
|