You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully installed microk8s using this role, with the snap auto update to false.
After that I have put this variable to true dans I can see an entry in the host file:
microk8s_disable_snap_autoupdate: true
# BEGIN ANSIBLE MANAGED: microk8s Disable snap autoupdate
127.0.0.1 api.snapcraft.io
# END ANSIBLE MANAGED: microk8s Disable snap autoupdate
If I want to enable the snap auto update, there is no task to remove the host entry. Something like this should works:
Hello,
I have successfully installed microk8s using this role, with the snap auto update to false.
After that I have put this variable to true dans I can see an entry in the host file:
If I want to enable the snap auto update, there is no task to remove the host entry. Something like this should works:
The text was updated successfully, but these errors were encountered: