From da8a604c4cc7733c8e6b9b70f047b306be2d3df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Caner?= Date: Mon, 5 Sep 2016 11:51:22 +0200 Subject: [PATCH] Changed apt to apt-get --- roles/ubuntu-bootstrap/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ubuntu-bootstrap/tasks/main.yml b/roles/ubuntu-bootstrap/tasks/main.yml index 317243773..2d3becd44 100644 --- a/roles/ubuntu-bootstrap/tasks/main.yml +++ b/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" \ No newline at end of file + ansible_python_interpreter: "/usr/bin/python"