--- - name: Package cache updated shell: pkg update -f - name: Mailhog binary downloaded get_url: url: https://github.com/mailhog/MailHog/releases/download/v1.0.0/MailHog_freebsd_amd64 dest: /usr/local/bin/mailhog validate_certs: no mode: "0744" - name: Supervisor file installed copy: src: supervisor.conf dest: /usr/local/etc/supervisor/conf.d/ owner: root mode: 0644 notify: Supervisor restarted