SHA256
1
0

tmux-management: autoreconnect

This commit is contained in:
2026-01-26 16:21:31 -05:00
parent bf3a36e92d
commit 7bac588cf7
8 changed files with 26 additions and 11 deletions

View File

@@ -2,6 +2,7 @@
# Bootstrap Ansible environment
# Usage: ./bootstrap [--force]
pip install --upgrade pip "$@"
python -m ensurepip --upgrade
pip install --upgrade pip
pip install --upgrade --requirement pip-requirements "$@"
ansible-galaxy install --role-file galaxy-requirements.yml "$@"