Skip to content

Commit

Permalink
Remove needless when
Browse files Browse the repository at this point in the history
All platforms we support use systemd.
  • Loading branch information
jsf9k committed Dec 27, 2024
1 parent 0dc446e commit b2b46ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
- name: Systemd daemon-reload
ansible.builtin.systemd:
daemon_reload: true
when: ansible_service_mgr == "systemd"

- name: Enable docker
ansible.builtin.service:
Expand Down

0 comments on commit b2b46ee

Please sign in to comment.