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 e32b0d7 commit 11f893d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- name: Add ubuntu user to docker group
user:
name: ubuntu
group: docker
groups: 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.
Expand Down

0 comments on commit 11f893d

Please sign in to comment.