scripts/ansible/cronjob_workflow.yml

8 lines
266 B
YAML
Raw Normal View History

2023-02-17 12:27:17 +01:00
- name: cronjob pour le workflow nextcloud toutes les 5 minutes
hosts: localhost
tasks:
ansible.builtin.cron:
name: "backup nextcloud things"
minute: "*/5"
job: "/bin/bash ~/Nextcloud/ressources/workflow_nextcloud/cronjob_nextcloud.sh"