[Fix error backup runner]
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
gather_facts: false
|
||||
vars:
|
||||
# Variables depuis Environment (non-sensibles)
|
||||
# vaultwarden_url: "https://vault.jingoh.fr"
|
||||
vaultwarden_url: "{{ lookup('env', 'vaultwarden_url') }}"
|
||||
bw_client_secret: "{{ lookup('env', 'bw_client_secret') }}"
|
||||
bw_client_password: "{{ lookup('env', 'bw_client_password') }}"
|
||||
bw_client_id: "{{ lookup('env', 'bw_client_id') }}"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
gather_facts: false
|
||||
vars:
|
||||
# Variables depuis Environment (non-sensibles)
|
||||
# vaultwarden_url: "https://.jingoh.fr"
|
||||
vaultwarden_url: "{{ lookup('env', 'vaultwarden_url') }}"
|
||||
bw_client_secret: "{{ lookup('env', 'bw_client_secret') }}"
|
||||
bw_client_password: "{{ lookup('env', 'bw_client_password') }}"
|
||||
bw_client_id: "{{ lookup('env', 'bw_client_id') }}"
|
||||
|
||||
Reference in New Issue
Block a user