|
- name: let caddy bind to ports 80 and 443 |
|
capabilities: |
|
path: '{{ caddy_binary_location }}' |
|
capability: cap_net_bind_service=+ep |
|
state: present |
|
listen: restart caddy |
has been failing on both production Arch Linux and test Alpine Linux. What's with that?
linode-caddy/roles/sunrise/handlers/main.yml
Lines 39 to 44 in 8502fd0