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 a34fbbd commit e32b0d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
- docker-buildx-plugin
- docker-compose-plugin

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

- name: Log in to DockerHub

Check failure on line 43 in playbook.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

syntax-check[unknown-module]

couldn't resolve module/action 'community.docker.docker_login'. This often indicates a misspelling, missing collection, or incorrect module path.
become_user: ubuntu
community.docker.docker_login:
Expand Down

0 comments on commit e32b0d7

Please sign in to comment.