--- - name: Download Pingfinder Script get_url: url: "{{ dn42_pingfinder_download_url }}" dest: "{{ dn42_pingfinder_location }}" owner: "root" group: "root" mode: "0755" - name: Set pingfinder UUID cron: name: "UUID" job: "{{ dn42_pingfinder_uuid }}" env: yes - name: Set pingfinder LOGFILE cron: name: "LOGFILE" job: "{{ dn42_pingfinder_logfile }}" env: yes - name: Add Pingfinder Cronjob cron: name: Run Pingfinder job: "{{ dn42_pingfinder_location }}" minute: "*/5"