- name: cronjob de vérification des programmes installés pour l'utilisateur root
  hosts: localhost
  tasks:
    - name: "vérifier l'existence d'un cronjob pour l'utilisateur root pour le workdflow nextcloud"
      ansible.builtin.cron:
        name: "run nextcloud workflows of root"
        minute: "*/30"
        job: "/bin/bash ~/Nextcloud/ressources/workflow_nextcloud/cronjob_nextcloud.sh"