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>
This commit is contained in:
2026-05-06 12:55:54 +02:00
parent f114d7e6f0
commit 01f0f37691
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
[defaults]
collections_path = ~/.ansible/collections
[ssh_connection]
scp_if_ssh = True

View File

@@ -8,7 +8,7 @@
- name: gitea_admin_password - name: gitea_admin_password
prompt: Enter gitea admin password prompt: Enter gitea admin password
unsafe: true # password can contain uncommon chars such as '{' unsafe: true # password can contain uncommon chars such as '{'
roles: roles:
- arcodange.factory.gitea_token - arcodange.factory.gitea_token