replace-response is broken
This commit is contained in:
parent
d2ebf86d79
commit
dbf7351e87
@ -3,7 +3,7 @@
|
|||||||
hosts: core
|
hosts: core
|
||||||
tasks:
|
tasks:
|
||||||
- name: Do the thing
|
- name: Do the thing
|
||||||
ansible.builtin.command: xcaddy build --with github.com/caddy-dns/rfc2136@master --with github.com/RussellLuo/caddy-ext/ratelimit --with github.com/caddyserver/replace-response --output /var/www/caddy-build/bin
|
ansible.builtin.command: xcaddy build --with github.com/caddy-dns/rfc2136@master --with github.com/RussellLuo/caddy-ext/ratelimit --output /var/www/caddy-build/bin
|
||||||
register: out
|
register: out
|
||||||
changed_when: out.rc != 0
|
changed_when: out.rc != 0
|
||||||
- name: Print output of thing
|
- name: Print output of thing
|
||||||
|
Loading…
Reference in New Issue
Block a user