remove double daemon-reload

master
Davo 3 years ago
parent 7ff000108f
commit 1f5a87ec1e
  1. 6
      ansible-chrony/tasks/main.yml

@ -16,11 +16,7 @@
notify: notify:
- restart chrony - restart chrony
- name: chrony | 4. Just force systemd to reread configs - name: chrony | 4. start and enable chrony service and daemon reload
ansible.builtin.systemd:
daemon_reload: yes
- name: chrony | 5. start and enable chrony service
ansible.builtin.service: ansible.builtin.service:
name: "{{ chrony_service_name }}" name: "{{ chrony_service_name }}"
state: "{{ chrony_service_state }}" state: "{{ chrony_service_state }}"

Loading…
Cancel
Save