diff --git a/Makefile b/Makefile index c2d440ee..713d23b5 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ install: if [ ! -f .git/hooks/pre-commit ]; then pipenv run pre-commit install; fi; # Only run this on GitHub Codespaces in order to set up Python 3.9 -.PHONY: codespaces-install +.PHONY: codespace-install codespace-install: sudo add-apt-repository -y ppa:deadsnakes/ppa sudo apt-get update diff --git a/tasks/main.yml b/tasks/main.yml index a4a90a02..4732768e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -112,3 +112,5 @@ (not tailscale_up_skip | bool and 'Logged out.' in tailscale_status.stdout) notify: Confirm Tailscale is Connected + async: 60 + poll: 5