Skip to content

Commit

Permalink
Merge branch 'main' into feature/kics
Browse files Browse the repository at this point in the history
  • Loading branch information
widhalmt authored Oct 24, 2024
2 parents 6848803 + 65dfa4f commit d5c3c30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/logstash/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
ansible.builtin.service:
name: logstash
state: restarted
daemon-reload: true
when:
- logstash_enable | bool
- not logstash_freshstart.changed | bool
Expand All @@ -12,4 +13,5 @@
ansible.builtin.service:
name: logstash
state: restarted
daemon-reload: true
when: not logstash_config_autoreload and logstash_enable | bool

0 comments on commit d5c3c30

Please sign in to comment.