imfreedom/teamcity-ansible

Parents 2b20e22c85fe
Children 8f95413a753b
python3-apt in debian testing is requires python3.8 but ansible defaults to python3.7 so we have to force it to python3.8 to make it work
--- a/hosts/rekkanoryo-daedalus Wed Oct 14 22:13:47 2020 -0500
+++ b/hosts/rekkanoryo-daedalus Sun Oct 25 16:21:16 2020 -0500
@@ -1,2 +1,2 @@
[convey]
-rekkanoryo-daedalus ansible_host=daedalus teamcity_agent_name='rekkanoryo-daedalus' teamcity_properties='["system.convey=True","system.buildImages=True","system.qemuUserStatic=True"]' teamcity_groups='["docker"]'
+rekkanoryo-daedalus ansible_host=daedalus ansible_python_interpreter=python3.8 teamcity_agent_name='rekkanoryo-daedalus' teamcity_properties='["system.convey=True","system.buildImages=True","system.qemuUserStatic=True"]' teamcity_groups='["docker"]'