fix docker login

This commit is contained in:
Matt Reeves 2025-01-12 19:27:58 -05:00
parent bd575b93a1
commit 0ed1949515

View file

@ -1,7 +1,7 @@
- hosts: "*" - hosts: "*"
become: false become: false
vars: vars:
docker_password: "{{ lookup('community.general.bitwarden', '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: