Hello,
I added new features to the ansible role of snowflake:
- Support for: Debian Bullseye and Ubuntu Focal - Variable to update the standalone version of Snowflake
If you are using the ansible role you can update snowflake via your playbook.
First, upgrade ansible role
ansible-galaxy install -f nvjacobo.snowflake
Then add snowflake_update var:
- hosts: all vars: snowflake_update: yes roles: - nvjacobo.snowflake
Finally run your playbook.
Documentation of ansible role snowflake:
https://www.jacobo.org/en/ansible-for-snowflake-proxies-of-the-tor-network/
Thanks, Jacobo