Skip to content

Commit

Permalink
edited playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 2, 2024
1 parent ad210cf commit a34fbbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
- docker-buildx-plugin
- docker-compose-plugin

-name: Add ubuntu user to docker group
user:
name: ubuntu
group: docker
append: true

- name: Log in to DockerHub
become_user: ubuntu
community.docker.docker_login:
Expand Down

0 comments on commit a34fbbd

Please sign in to comment.