use my ratelimit fork with fixed deps
This commit is contained in:
parent
cb4a337838
commit
d8ac837177
@ -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/RussellLuo/caddy-ext/ratelimit@master --output /var/www/caddy-build/api/download
|
||||
ansible.builtin.command: xcaddy build --with github.com/caddy-dns/rfc2136@master --with github.com/gi-yt/ratelimit@master --output /var/www/caddy-build/api/download
|
||||
register: out
|
||||
changed_when: out.rc != 0
|
||||
- name: Print output of thing
|
||||
|
Loading…
Reference in New Issue
Block a user