We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e3391 commit bd575b9Copy full SHA for bd575b9
ansible/playbooks/docker-login.yml
@@ -1,7 +1,7 @@
1
- hosts: "*"
2
become: false
3
vars:
4
- 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')) }}"
5
tasks:
6
- name: Log into DockerHub
7
docker_login:
0 commit comments