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