fix docker login
This commit is contained in:
parent
6d425cd124
commit
94e33915bf
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
- hosts: "*"
|
- hosts: "*"
|
||||||
become: false
|
become: false
|
||||||
vars:
|
vars:
|
||||||
docker_password: "{{ lookup('bitwarden.secrets.lookup', '3726555b-0ffc-442b-b66a-b257016f6ab9', access_token=lookup('env', 'BW_ACCESS_TOKEN')) }}"
|
docker_password: "{{ lookup('bitwarden.secrets.lookup', 3726555b-0ffc-442b-b66a-b257016f6ab9, access_token=bw_access_token }}"
|
||||||
tasks:
|
tasks:
|
||||||
- name: Log into DockerHub
|
- name: Log into DockerHub
|
||||||
docker_login:
|
docker_login:
|
||||||
|
|
Loading…
Reference in a new issue