From 5590500a2463aadff3dc029fe4633cb783abc5d6 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sun, 27 Oct 2024 23:30:47 +0100 Subject: [PATCH] Retrieve secrets on Ansible controller. --- launch_role.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/launch_role.yml b/launch_role.yml index a8c57ff..eb6eef3 100644 --- a/launch_role.yml +++ b/launch_role.yml @@ -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"