Skip to content

Commit

Permalink
adding handlers for more flexibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Preisner committed Jan 4, 2024
1 parent 237740d commit 9203d7d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- name: Restart NGINX
ansible.builtin.service:
name: nginx
state: restarted

- name: Restart greenlight
ansible.builtin.systemd:
name: greenlight
state: restarted

0 comments on commit 9203d7d

Please sign in to comment.