Retrieve secrets on Ansible controller.
This commit is contained in:
parent
31a3a5ff23
commit
5590500a24
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user