Skip to content

Commit

Permalink
Make sure the handler for update-ca-certificates is present
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergeek42 committed Feb 13, 2023
1 parent cf8924f commit 630b1ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@
- name: restart squid
service: name=squid state=restarted

- name: update-ca-certificates
command: /usr/sbin/update-ca-certificates

- name: restart ssh
service: name=ssh state=restarted

Expand Down

0 comments on commit 630b1ab

Please sign in to comment.