--- - name: renew certbot ssl certificates weekly become: true ansible.builtin.cron: name: certbot_renew special_time: weekly job: >- certbot renew --post-hook "su -s /bin/sh podman -c 'cd; podman restart nginx'" tags: cron