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 71c114d commit e76541e
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 @@ -44,7 +44,7 @@
become_user: ubuntu
community.docker.docker_login:
username: kevjimenez
password: {{ docker_key }}
password: "{{ docker_key }}"

- name: Install Docker Watchtower
community.docker.docker_container:
Expand Down

0 comments on commit e76541e

Please sign in to comment.