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 050a699 commit 7c352ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
become_user: ubuntu
docker_login:
username: kevjimenez
password: dckr_pat_sXa-H6Mq0hR0V_VmnOgf52AeSSY
password: "{{ docker_key }}"

- name: Install Docker Watchtower
docker_container:
Expand All @@ -56,6 +56,7 @@
command: -i 15 --cleanup=true

- name: Install Docker Static Web Portfolio
become_user: ubuntu
docker_container:
name: kjstatic
image: kevjimenez/kjstatic
Expand Down

0 comments on commit 7c352ae

Please sign in to comment.