Retrieve secrets on Ansible controller.

This commit is contained in:
yohan 2024-10-27 23:30:47 +01:00
parent 31a3a5ff23
commit 5590500a24

View File

@ -21,6 +21,11 @@
- name: Gather facts
ansible.builtin.setup:
- name: Include retrieve_secret_vars tasks
ansible.builtin.include_tasks:
file: "tasks/retrieve_secret_vars.yml"
delegate_to: localhost
- name: Include retrieve_secret_vars tasks
ansible.builtin.include_tasks:
file: "tasks/retrieve_secret_vars.yml"