Files
factory/ansible/arcodange/factory/ansible.cfg
Gabriel Radureau 01f0f37691 chore(ansible): add per-collection ansible.cfg + drop trailing whitespace
ansible/arcodange/factory/ansible.cfg sets collections_path so ansible
commands run from inside the collection directory still find user-installed
collections under ~/.ansible/collections.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-06 12:55:54 +02:00

6 lines
89 B
INI

[defaults]
collections_path = ~/.ansible/collections
[ssh_connection]
scp_if_ssh = True