Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- ---
-
- - name: cron service
- template:
- src: nextcloud-cron.service
- dest: /etc/systemd/system/nextcloud-cron.service
-
- - name: cron timer
- template:
- src: nextcloud-cron.timer
- dest: /etc/systemd/system/nextcloud-cron.timer
-
- - name: cron timer started and enabled
- systemd:
- name: nextcloud-cron.timer
- state: started
- enabled: yes
|