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