This commit is contained in:
2025-11-11 20:22:21 +01:00
parent 7a104bc938
commit 6143859c96

View File

@@ -82,19 +82,15 @@
# msg: "{{ gitea_token_result.stdout }}" # msg: "{{ gitea_token_result.stdout }}"
# delegate_to: localhost # delegate_to: localhost
- name: Set BW_SESSION as environment variable globally - ansible.builtin.set_fact:
ansible.builtin.set_fact:
gitea_token : "{{ gitea_token_result.stdout | trim }}" gitea_token : "{{ gitea_token_result.stdout | trim }}"
no_log: true no_log: true
delegate_to: localhost delegate_to: localhost
- ansible.builtin.debug:
- name: Return all secrets from a path
ansible.builtin.debug:
msg: hostvars['localhost'] msg: hostvars['localhost']
- name: Return all secrets from a path - ansible.builtin.debug:
ansible.builtin.debug:
msg: "{{ gitea_token }}" msg: "{{ gitea_token }}"