Skip to content

Commit

Permalink
fix(supervised_install): Fix "password is required" error when cleani…
Browse files Browse the repository at this point in the history
…ng up temp config dir on control node
  • Loading branch information
jhampson-dbre committed Feb 2, 2021
1 parent 8734182 commit 6e95fad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/supervised_install/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
state: absent
run_once: true
delegate_to: localhost
become: no

- name: restart docker
service:
Expand Down

0 comments on commit 6e95fad

Please sign in to comment.