diff --git a/roles/ubuntu-bootstrap/tasks/main.yml b/roles/ubuntu-bootstrap/tasks/main.yml
index 317243773b4c9c60aeb646d87649a2c0615591b7..2d3becd4478d6b13fe8615c890c72553d2331590 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"