From c21c18e525d6c821a3ae7bf955d8bee2cf1c0f38 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Wed, 10 Jan 2024 19:44:09 +0530 Subject: [PATCH] add caddy-ratelimiter --- cron/caddy-builds-soleil.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/caddy-builds-soleil.yaml b/cron/caddy-builds-soleil.yaml index 5e8f3e1..e17a0e8 100644 --- a/cron/caddy-builds-soleil.yaml +++ b/cron/caddy-builds-soleil.yaml @@ -3,7 +3,7 @@ hosts: in tasks: - name: Do the thing - ansible.builtin.command: xcaddy build --with github.com/caddy-dns/rfc2136@master --output /var/www/caddy-build/api/download + ansible.builtin.command: xcaddy build --with github.com/caddy-dns/rfc2136@master --with github.com/mholt/caddy-ratelimit@master --output /var/www/caddy-build/api/download register: out changed_when: out.rc != 0 - name: Print output of thing