Skip to content

Commit bb721b5

Browse files
author
mafyuh
committedDec 31, 2024
Update ansible/playbooks/docker-login.yml
1 parent b6daa20 commit bb721b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎ansible/playbooks/docker-login.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
- hosts: "*"
22
become: false
3+
vars:
4+
docker_password: "{{ lookup('community.general.bitwarden', '3726555b-0ffc-442b-b66a-b257016f6ab9', access_token=lookup('env', 'BW_ACCESS_TOKEN')) }}"
35
tasks:
46
- name: Log into DockerHub
57
docker_login:
68
username: mafyuh
7-
password: test
9+
password: "{{ docker_password }}"

0 commit comments

Comments
 (0)
Please sign in to comment.