Update Ansible packages
This commit is contained in:
parent
08defd84e6
commit
5efb150583
5 changed files with 47 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue