workflow/automatisation/ansible/cronjob_workflow.yml

9 lines
357 B
YAML

- name: cronjob pour le workflow nextcloud toutes les 5 minutes
hosts: localhost
tasks:
- name: "vérifier l'existence d'un cronjob pour le workdflow nextcloud"
ansible.builtin.cron:
name: "run nextcloud workflows of tykayn"
minute: "*/5"
job: "/bin/bash ~/Nextcloud/ressources/workflow_nextcloud/cronjob_nextcloud.sh"