bootstrap.yml - target python3
Ubuntu fossa seems not to have the packages we want for python 2
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user