bootstrap.yml - target python3

Ubuntu fossa seems not to have the packages we want for python 2
This commit is contained in:
Nick Stokoe
2020-11-29 14:45:31 +00:00
parent 154a71d54d
commit 04b0d30929
2 changed files with 10 additions and 16 deletions

View File

@@ -15,10 +15,10 @@
- name: fail if no apt package management
fail:
msg: We currently only support Linux with apt
when: not has_apt
when: has_apt.rc == 127
- import_playbook: bootstrap-debian.yml
when: has_apt
when: has_apt.rc != 127
# Maybe add these somewhere later.