1
0

no become for delegated task

This commit is contained in:
= 2025-04-04 23:43:36 -04:00
parent 814a642cc0
commit c12dfc18ce

View File

@ -2,6 +2,7 @@
- name: Lookup aur_repo_host secret - name: Lookup aur_repo_host secret
delegate_to: localhost delegate_to: localhost
become: false
community.hashi_vault.vault_kv1_get: community.hashi_vault.vault_kv1_get:
path: ansible/group_vars/aur_repo_hosts path: ansible/group_vars/aur_repo_hosts
register: aur_repo_host_secret register: aur_repo_host_secret