We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2591d1b commit b6daa20Copy full SHA for b6daa20
ansible/playbooks/docker-login.yml
@@ -0,0 +1,7 @@
1
+- hosts: "*"
2
+ become: false
3
+ tasks:
4
+ - name: Log into DockerHub
5
+ docker_login:
6
+ username: mafyuh
7
+ password: test
0 commit comments