Browse Source

Changed apt to apt-get

pull/473/head
Özgür Caner 8 years ago
committed by Antoine Legrand
parent
commit
da8a604c4c
1 changed files with 2 additions and 2 deletions
  1. 4
      roles/ubuntu-bootstrap/tasks/main.yml

4
roles/ubuntu-bootstrap/tasks/main.yml

@ -7,8 +7,8 @@
ignore_errors: True
- 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
- set_fact:
ansible_python_interpreter: "/usr/bin/python"
ansible_python_interpreter: "/usr/bin/python"
Loading…
Cancel
Save