Skip to content

Commit b6daa20

Browse files
author
mafyuh
committedDec 31, 2024
Add ansible/playbooks/docker-login.yml
1 parent 2591d1b commit b6daa20

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎ansible/playbooks/docker-login.yml

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.