[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 }}"
|
||||
no_log: true
|
||||
|
||||
- name: Return all secrets from a path
|
||||
ansible.builtin.debug: "{{ bw_session }}"
|
||||
|
||||
|
||||
- name: Utiliser le lookup
|
||||
ansible.builtin.debug:
|
||||
@@ -81,9 +78,13 @@
|
||||
environment:
|
||||
BW_SESSION: "{{ bw_session }}"
|
||||
|
||||
# - name: logout
|
||||
# ansible.builtin.command:
|
||||
# cmd: bw logout
|
||||
- name: Return all secrets from a path
|
||||
ansible.builtin.debug: "{{ bw_session }}"
|
||||
|
||||
- name: logout
|
||||
ansible.builtin.command:
|
||||
cmd: bw logout
|
||||
delegate_to: localhost
|
||||
|
||||
# - name: Return all secrets from a path
|
||||
# delegate_to: localhost
|
||||
|
||||
Reference in New Issue
Block a user