Skip to content

Commit

Permalink
Force daemon reload on consul deployment (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Jun 19, 2024
1 parent 01c34aa commit 8457dc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: nephelaiio
name: consul
version: 0.0.9
version: 0.1.0
readme: README.md
authors:
- Ted Cook <[email protected]>
Expand Down
4 changes: 4 additions & 0 deletions playbooks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
- unzip
- acl

- name: Force daemon reload
ansible.builtin.systemd_service:
daemon_reload: true

- name: Release Consul package holds
when:
- _consul_release is defined
Expand Down

0 comments on commit 8457dc3

Please sign in to comment.