Add ANSIBLE_VERBOSITY variable.

This commit is contained in:
yohan 2024-04-28 16:06:09 +02:00
parent 0d21936b68
commit c73f6c6e2f

View File

@ -222,6 +222,7 @@
SECRETS_ARCHIVE_PASSPHRASE: "{{ lookup('env','SECRETS_ARCHIVE_PASSPHRASE') }}"
DUPLICITY_PASSPHRASE: "{{ lookup('env','DUPLICITY_PASSPHRASE') }}"
BACKUP_WORKFLOW: "{{ lookup('env','BACKUP_WORKFLOW') }}"
ANSIBLE_VERBOSITY: "{{ lookup('env','ANSIBLE_VERBOSITY') }}"
remote_user: "{{ user }}"
delegate_to: 172.17.0.1
become: true