You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cron.yml 354B

7 years ago
1234567891011121314151617
  1. ---
  2. - name: cron service
  3. template:
  4. src: nextcloud-cron.service
  5. dest: /etc/systemd/system/nextcloud-cron.service
  6. - name: cron timer
  7. template:
  8. src: nextcloud-cron.timer
  9. dest: /etc/systemd/system/nextcloud-cron.timer
  10. - name: cron timer started and enabled
  11. systemd:
  12. name: nextcloud-cron.timer
  13. state: started
  14. enabled: yes