geerlingguy / ansible-role-certbot

Ansible Role - Certbot (for Let's Encrypt)
https://galaxy.ansible.com/geerlingguy/certbot/
MIT License
793 stars 348 forks source link

install-with-snap.yml fails in Raspbian #161

Closed andresrcs closed 2 years ago

andresrcs commented 3 years ago
- name: Enable classic snap support.
  file:
    src: /var/lib/snapd/snap
    dest: /snap
    state: link

There is no /var/lib/snapd/snap in the installation I get on Raspbian, pardon the naive question but, is this link actually needed in Raspbian? I'm asking because I commented out this task and the process seems to have finished successfully but I'm worried about what the consequences of skipping the link creation could be.

andresrcs commented 3 years ago

It seems this happens in Debian based OS's in general and not only Raspbian.

https://github.com/geerlingguy/ansible-role-certbot/pull/152#issue-870569520

stale[bot] commented 2 years 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.

stale[bot] commented 2 years 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.