add replace-response to caddy-builds

This commit is contained in:
Arya 2023-08-16 15:03:07 +05:30
parent ca17b055d7
commit a35008ff04
Signed by: arya
GPG Key ID: 842D12BDA50DF120
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
hosts: core
tasks:
- name: Do the thing
ansible.builtin.command: xcaddy build --with github.com/caddy-dns/rfc2136@master --with github.com/mholt/caddy-ratelimit --output /var/www/caddy-build/bin
ansible.builtin.command: xcaddy build --with github.com/caddy-dns/rfc2136@master --with github.com/mholt/caddy-ratelimit --with github.com/caddyserver/replace-response --output /var/www/caddy-build/bin
register: out
changed_when: out.rc != 0
- name: Print output of thing