Skip to content
Snippets Groups Projects
Commit da8a604c authored by Özgür Caner's avatar Özgür Caner Committed by Antoine Legrand
Browse files

Changed apt to apt-get

parent df2b2d74
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment