[test last]
This commit is contained in:
@@ -70,10 +70,10 @@
|
||||
# - name: Return all secrets from a path
|
||||
# ansible.builtin.debug: "{{ bw_session_result.results[-1].stdout }}"
|
||||
|
||||
# - name: Set BW_SESSION as environment variable globally
|
||||
# ansible.builtin.set_fact:
|
||||
# bw_session: "{{ bw_session_result.results[-1].stdout | trim }}"
|
||||
# no_log: true
|
||||
- name: Set BW_SESSION as environment variable globally
|
||||
ansible.builtin.set_fact:
|
||||
bw_session: "{{ bw_session_result.results[-1].stdout | trim }}"
|
||||
no_log: true
|
||||
|
||||
|
||||
- name: Utiliser le lookup
|
||||
|
||||
Reference in New Issue
Block a user