Skip to content
Snippets Groups Projects
Commit 3aa2d56d authored by sneumann's avatar sneumann Committed by GitHub
Browse files

updated bootstrap-ubuntu.yml

Moved the variable setting to the apt-get install part where it matters as requested in the review.
parent 0322b69f
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@
ignore_errors: True
- name: Bootstrap | Install python 2.x
raw: DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y python-minimal
raw: apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python-minimal
when: need_bootstrap | failed
- set_fact:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment