Add pip_sync_repos to default vars

This commit is contained in:
Sleuth 2022-11-08 15:29:20 -05:00
parent bb11740a06
commit 6cfec72c48
1 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,5 @@ pip_package: python3-pip
pip_executable: "{{ 'pip3' if pip_package.startswith('python3') else 'pip' }}"
pip_install_packages: []
pip_sync_repos: yes