Skip to content

Commit

Permalink
Alpine starts a "default" service when none is specified.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed May 15, 2024
1 parent d58c5ef commit 5581403
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@
name: "{{ logrotate_service }}"
state: "{{ logrotate_service_state }}"
enabled: "{{ logrotate_service_enabled }}"
when:
- logrotate_service != ""

0 comments on commit 5581403

Please sign in to comment.