use the other ratelimit plugin

This commit is contained in:
Arya 2024-01-10 20:30:36 +05:30
parent c21c18e525
commit 809e8f042c
Signed by: arya
GPG Key ID: 842D12BDA50DF120
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
hosts: in
tasks:
- name: Do the thing
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
ansible.builtin.command: xcaddy build --with github.com/caddy-dns/rfc2136@master --with github.com/RussellLuo/caddy-ext/ratelimit@master --output /var/www/caddy-build/api/download
register: out
changed_when: out.rc != 0
- name: Print output of thing