Skip to content

Commit

Permalink
Merge pull request #3 from rndwb/run-handlers-as-root
Browse files Browse the repository at this point in the history
Run restart service handler as root
  • Loading branch information
chasinglogic authored Sep 16, 2020
2 parents f52ab01 + 6cd4031 commit 5864bcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---

- name: "restart podman service"
become: true
become_user: root
systemd:
name: "{{ __podman_service_name }}"
state: restarted
Expand Down

0 comments on commit 5864bcc

Please sign in to comment.