geerlingguy / ansible-role-varnish

Ansible Role - Varnish HTTP accelerator
https://galaxy.ansible.com/geerlingguy/varnish/
MIT License
80 stars 88 forks source link

/usr/sbin/varnishreload: No such file or directory #115

Closed Bilge closed 4 months ago

Bilge commented 11 months ago

On Ubuntu Jammy using the stock Varnish 6.6.1, varnishreload does not exist at /usr/sbin, so the reload command (systemctl reload varnish) fails. It is instead located at /usr/share/varnish/varnishreload.

We can use the distro default package (to reproduce this issue) by setting the configuration variable like so:

- import_role: name=geerlingguy.varnish
  vars:
    varnish_apt_repo: deb http://archive.ubuntu.com/ubuntu {{ ansible_distribution_release }} universe
github-actions[bot] commented 6 months ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

github-actions[bot] commented 4 months ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.