Changed apt to apt-get

This commit is contained in:
Özgür Caner 2016-09-05 11:51:22 +02:00 committed by Antoine Legrand
parent 45f6cb013f
commit 3c0f5bccc0

View file

@ -7,7 +7,7 @@
ignore_errors: True ignore_errors: True
- name: Bootstrap | Install python 2.x - name: Bootstrap | Install python 2.x
raw: DEBIAN_FRONTEND=noninteractive apt install -y python-minimal raw: DEBIAN_FRONTEND=noninteractive apt-get install -y python-minimal
when: need_bootstrap | failed when: need_bootstrap | failed
- set_fact: - set_fact: