Skip to content

Commit bd575b9

Browse files
author
Mafyuh
committedJan 12, 2025
fix docker login
1 parent 94e3391 commit bd575b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ansible/playbooks/docker-login.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- hosts: "*"
22
become: false
33
vars:
4-
docker_password: "{{ lookup('bitwarden.secrets.lookup', 3726555b-0ffc-442b-b66a-b257016f6ab9, access_token=bw_access_token }}"
4+
docker_password: "{{ lookup('community.general.bitwarden', '3726555b-0ffc-442b-b66a-b257016f6ab9', access_token=lookup('env', 'BW_ACCESS_TOKEN')) }}"
55
tasks:
66
- name: Log into DockerHub
77
docker_login:

0 commit comments

Comments
 (0)
Please sign in to comment.