ansible-config dump --only-changed
(I'm running a directory based config, clearly)
ANSIBLE_PIPELINING(/home/fortier/src/ansible/ansible.cfg) = True
CACHE_PLUGIN(/home/fortier/src/ansible/ansible.cfg) = jsonfile
CACHE_PLUGIN_CONNECTION(/home/fortier/src/ansible/ansible.cfg) = .tmp/facts
DEFAULT_CALLBACK_WHITELIST(/home/fortier/src/ansible/ansible.cfg) = ['skippy', 'unixy', 'actionable', 'yaml', 'debug', 'dense']
DEFAULT_FORKS(/home/fortier/src/ansible/ansible.cfg) = 75
DEFAULT_HOST_LIST(/home/fortier/src/ansible/ansible.cfg) = ['/home/fortier/src/ansible/inventory']
DEFAULT_LOAD_CALLBACK_PLUGINS(/home/fortier/src/ansible/ansible.cfg) = True
DEFAULT_LOG_PATH(/home/fortier/src/ansible/ansible.cfg) = /home/fortier/src/ansible/.ansible.log
DEFAULT_ROLES_PATH(/home/fortier/src/ansible/ansible.cfg) = ['/home/fortier/src/ansible/roles']
DEFAULT_STDOUT_CALLBACK(/home/fortier/src/ansible/ansible.cfg) = skippy
DEFAULT_TIMEOUT(/home/fortier/src/ansible/ansible.cfg) = 30
DEFAULT_VAULT_PASSWORD_FILE(/home/fortier/src/ansible/ansible.cfg) = /home/fortier/src/ansible/.ansible_vault_password
INTERPRETER_PYTHON(/home/fortier/src/ansible/ansible.cfg) = auto_silent
RETRY_FILES_ENABLED(/home/fortier/src/ansible/ansible.cfg) = False
==============================================================
ansible 2.10.2
config file = /home/fortier/src/ansible/ansible.cfg
configured module search path = ['/home/fortier/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /home/fortier/.local/lib/python3.8/site-packages/ansible
executable location = /home/fortier/.local/bin/ansible
python version = 3.8.6 (default, Oct 6 2020, 12:28:35) [GCC 7.5.0]
Using /home/fortier/src/ansible/ansible.cfg as config file
setting up inventory plugins
host_list declined parsing /home/fortier/src/ansible/inventory/not.real as it did not pass its verify_file() method
script declined parsing /home/fortier/src/ansible/inventory/not.real as it did not pass its verify_file() method
auto declined parsing /home/fortier/src/ansible/inventory/not.real as it did not pass its verify_file() method
Parsed /home/fortier/src/ansible/inventory/not.real inventory source with ini plugin
setting up inventory plugins
host_list declined parsing /home/fortier/src/ansible/inventory/by_edu as it did not pass its verify_file() method
script declined parsing /home/fortier/src/ansible/inventory/by_edu as it did not pass its verify_file() method
auto declined parsing /home/fortier/src/ansible/inventory/by_edu as it did not pass its verify_file() method
Parsed /home/fortier/src/ansible/inventory/by_edu inventory source with ini plugin
setting up inventory plugins
host_list declined parsing /home/fortier/src/ansible/inventory/another.not.real as it did not pass its verify_file() method
script declined parsing /home/fortier/src/ansible/inventory/another.not.real as it did not pass its verify_file() method
auto declined parsing /home/fortier/src/ansible/inventory/another.not.real as it did not pass its verify_file() method
Parsed /home/fortier/src/ansible/inventory/another.not.real inventory source with ini plugin
setting up inventory plugins
host_list declined parsing /home/fortier/src/ansible/inventory/shared as it did not pass its verify_file() method
script declined parsing /home/fortier/src/ansible/inventory/shared as it did not pass its verify_file() method
auto declined parsing /home/fortier/src/ansible/inventory/shared as it did not pass its verify_file() method
Parsed /home/fortier/src/ansible/inventory/shared inventory source with ini plugin
redirecting (type: callback) ansible.builtin.skippy to ansible.posix.skippy
Loading collection ansible.posix from /home/fortier/.local/lib/python3.8/site-packages/ansible_collections/ansible/posix
redirecting (type: callback) ansible.builtin.skippy to ansible.posix.skippy
Loading callback plugin ansible.posix.skippy of type stdout, v2.0 from /home/fortier/.local/lib/python3.8/site-packages/ansible_collections/ansible/posix/plugins/callback/skippy.py
redirecting (type: callback) ansible.builtin.skippy to ansible.posix.skippy
Loading callback plugin ansible.posix.skippy of type stdout, v2.0 from /home/fortier/.local/lib/python3.8/site-packages/ansible_collections/ansible/posix/plugins/callback/skippy.py
redirecting (type: callback) ansible.builtin.unixy to community.general.unixy
Loading collection community.general from /home/fortier/.local/lib/python3.8/site-packages/ansible_collections/community/general
Loading callback plugin community.general.unixy of type stdout, v2.0 from /home/fortier/.local/lib/python3.8/site-packages/ansible_collections/community/general/plugins/callback/unixy.py
redirecting (type: callback) ansible.builtin.actionable to community.general.actionable
Loading callback plugin community.general.actionable of type stdout, v2.0 from /home/fortier/.local/lib/python3.8/site-packages/ansible_collections/community/general/plugins/callback/actionable.py
redirecting (type: callback) ansible.builtin.yaml to community.general.yaml
Loading callback plugin community.general.yaml of type stdout, v2.0 from /home/fortier/.local/lib/python3.8/site-packages/ansible_collections/community/general/plugins/callback/yaml.py
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
Loading callback plugin ansible.posix.debug of type stdout, v2.0 from /home/fortier/.local/lib/python3.8/site-packages/ansible_collections/ansible/posix/plugins/callback/debug.py
redirecting (type: callback) ansible.builtin.dense to community.general.dense
Loading callback plugin default of type stdout, v2.0 from /home/fortier/.local/lib/python3.8/site-packages/ansible/plugins/callback/default.py