main #31

Merged
juan merged 154 commits from main into lab 2024-10-16 15:22:43 +00:00
1 changed files with 9 additions and 1 deletions
Showing only changes of commit f4c4266510 - Show all commits

View File

@ -38,7 +38,15 @@
owner: root
group: root
mode: '0644'
notify: restart systemd-timesyncd
- name: retocar fichero /etc/systemd/timesyncd.conf
lineinfile:
path: /etc/systemd/timesyncd.conf
regexp: '^#?FallbackNTP='
line: "FallbackNTP=ntp.roa.es"
owner: root
group: root
mode: '0644'
notify: restart systemd-timesyncd
# service should start on boot.
- name: service should start on boot
service: