1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Update Ansible packages

This commit is contained in:
Alexandre Iooss
2020-09-01 16:32:13 +02:00
parent 08defd84e6
commit 5efb150583
5 changed files with 47 additions and 34 deletions

View File

@ -31,19 +31,7 @@
- name: Setup cron jobs
file:
src: /var/www/note_kfet/note.cron
src: ../note.cron
dest: /etc/cron.d/note
state: link
owner: root
group: root
- name: Restart cron service
systemd:
name: cron
state: restarted
- name: Update permissions for the cron file
file:
path: /var/www/note_kfet/note.cron
owner: root
group: www-data