add caddy cgi to main caddy binary

This commit is contained in:
Arya 2024-06-04 21:57:40 +05:30
parent 215fc3d5ee
commit 0320d717a4
Signed by: arya
GPG Key ID: 842D12BDA50DF120

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/gi-yt/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 --with github.com/aksdb/caddy-cgi/v2@master --output /var/www/caddy-build/api/download
register: out
changed_when: out.rc != 0
- name: Print output of thing