Add ANSIBLE_VERBOSITY variable.
This commit is contained in:
parent
0d21936b68
commit
c73f6c6e2f
@ -222,6 +222,7 @@
|
|||||||
SECRETS_ARCHIVE_PASSPHRASE: "{{ lookup('env','SECRETS_ARCHIVE_PASSPHRASE') }}"
|
SECRETS_ARCHIVE_PASSPHRASE: "{{ lookup('env','SECRETS_ARCHIVE_PASSPHRASE') }}"
|
||||||
DUPLICITY_PASSPHRASE: "{{ lookup('env','DUPLICITY_PASSPHRASE') }}"
|
DUPLICITY_PASSPHRASE: "{{ lookup('env','DUPLICITY_PASSPHRASE') }}"
|
||||||
BACKUP_WORKFLOW: "{{ lookup('env','BACKUP_WORKFLOW') }}"
|
BACKUP_WORKFLOW: "{{ lookup('env','BACKUP_WORKFLOW') }}"
|
||||||
|
ANSIBLE_VERBOSITY: "{{ lookup('env','ANSIBLE_VERBOSITY') }}"
|
||||||
remote_user: "{{ user }}"
|
remote_user: "{{ user }}"
|
||||||
delegate_to: 172.17.0.1
|
delegate_to: 172.17.0.1
|
||||||
become: true
|
become: true
|
||||||
|
Loading…
Reference in New Issue
Block a user