Skip to content

Commit

Permalink
feat: improve initial start
Browse files Browse the repository at this point in the history
  • Loading branch information
escalate committed Feb 26, 2024
1 parent 55c6879 commit d0369b9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,15 @@
mode: 0644
notify: Restart systemd-timesyncd service

- name: Start and enable service
- name: Start service
ansible.builtin.systemd:
name: systemd-timesyncd
state: started
enabled: true
daemon_reload: true
tags: molecule-notest

- name: Enable service
ansible.builtin.systemd:
name: systemd-timesyncd
enabled: true
daemon_reload: true

0 comments on commit d0369b9

Please sign in to comment.