fix caddy-cgi path

This commit is contained in:
Arya 2023-07-14 21:43:47 +05:30
parent 2e6dd7d9d6
commit df1ad97310
Signed by: arya
GPG Key ID: 842D12BDA50DF120

View File

@ -4,7 +4,7 @@
hosts: pubnix
tasks:
- name: Do the thing
ansible.builtin.command: xcaddy build --with github.com/jung-kurt/caddy-cgi=/root/caddy/caddy-cgi --output /usr/local/bin/caddy
ansible.builtin.command: xcaddy build --with github.com/aksdb/caddy-cgi/v2@master --output /usr/local/bin/caddy
register: out
changed_when: out.rc != 0
- name: Print output of thing