We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6daa20 commit bb721b5Copy full SHA for bb721b5
ansible/playbooks/docker-login.yml
@@ -1,7 +1,9 @@
1
- hosts: "*"
2
become: false
3
+ vars:
4
+ 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:
8
username: mafyuh
- password: test
9
+ password: "{{ docker_password }}"
0 commit comments