fix docker login

This commit is contained in:
Matt Reeves 2025-01-12 18:08:27 -05:00
parent 94e33915bf
commit bd575b93a1

View file

@ -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: