Skip to content

Commit

Permalink
added ssh reset
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 5, 2024
1 parent 31f480b commit 4336f6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
name: ubuntu
groups: docker
append: true
register: add_docker

- name: Reset SSH for docker group to be used
meta: reset_connection
when: add_docker == true

- name: Log in to DockerHub
become_user: ubuntu
Expand Down

0 comments on commit 4336f6d

Please sign in to comment.