Skip to content

Commit

Permalink
tried appending dockerkey to command
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 2, 2024
1 parent 80ccfa5 commit 050a699
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@

- 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 'docker_login'. This often indicates a misspelling, missing collection, or incorrect module path.
become_user: ubuntu
community.docker.docker_login:
docker_login:
username: kevjimenez
password: dckr_pat_sXa-H6Mq0hR0V_VmnOgf52AeSSY

- name: Install Docker Watchtower
community.docker.docker_container:
docker_container:
name: watchtower
image: containrrr/watchtower
volumes:
Expand All @@ -56,7 +56,7 @@
command: -i 15 --cleanup=true

- name: Install Docker Static Web Portfolio
community.docker.docker_container:
docker_container:
name: kjstatic
image: kevjimenez/kjstatic
ports:
Expand Down

0 comments on commit 050a699

Please sign in to comment.