imfreedom/teamcity-ansible

fdec130f94c7
Parents 5f70c4885fc2
Children 69e8aa5e8357
Make debian installs install mercurial and evolve with pip3
--- a/roles/mercurial/tasks/debian.yml Thu Jul 23 00:14:13 2020 -0500
+++ b/roles/mercurial/tasks/debian.yml Thu Jul 23 01:40:59 2020 -0500
@@ -2,10 +2,10 @@
- name: install dependencies
apt:
name:
- - python
- - libpython-dev
- - python-pip
- - python-setuptools
+ - python3
+ - libpython3-dev
+ - python3-pip
+ - python3-setuptools
- gcc
state: present
force_apt_get: true