[test last]
This commit is contained in:
13
backup.yml
13
backup.yml
@@ -71,9 +71,6 @@
|
|||||||
bw_session: "{{ bw_session_result.results[-1].stdout | trim }}"
|
bw_session: "{{ bw_session_result.results[-1].stdout | trim }}"
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
- name: Return all secrets from a path
|
|
||||||
ansible.builtin.debug: "{{ bw_session }}"
|
|
||||||
|
|
||||||
|
|
||||||
- name: Utiliser le lookup
|
- name: Utiliser le lookup
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
@@ -81,9 +78,13 @@
|
|||||||
environment:
|
environment:
|
||||||
BW_SESSION: "{{ bw_session }}"
|
BW_SESSION: "{{ bw_session }}"
|
||||||
|
|
||||||
# - name: logout
|
- name: Return all secrets from a path
|
||||||
# ansible.builtin.command:
|
ansible.builtin.debug: "{{ bw_session }}"
|
||||||
# cmd: bw logout
|
|
||||||
|
- name: logout
|
||||||
|
ansible.builtin.command:
|
||||||
|
cmd: bw logout
|
||||||
|
delegate_to: localhost
|
||||||
|
|
||||||
# - name: Return all secrets from a path
|
# - name: Return all secrets from a path
|
||||||
# delegate_to: localhost
|
# delegate_to: localhost
|
||||||
|
|||||||
Reference in New Issue
Block a user