summaryrefslogtreecommitdiff
path: root/baserock_ostree/image-config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_ostree/image-config.yml')
-rw-r--r--baserock_ostree/image-config.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/baserock_ostree/image-config.yml b/baserock_ostree/image-config.yml
index aa0f3493..1152d846 100644
--- a/baserock_ostree/image-config.yml
+++ b/baserock_ostree/image-config.yml
@@ -4,7 +4,8 @@
---
- hosts: ostree
gather_facts: false
- sudo: yes
+ become: yes
+ become_user: root
tasks:
# See: https://fedoramagazine.org/getting-ansible-working-fedora-23/
- name: install Python2 and required deps for Ansible modules
@@ -39,7 +40,8 @@
dnf: name=python3-pip state=latest
- name: buildstream sources
- git: dest=/home/fedora/buildstream repo=https://gitlab.com/buildstream/buildstream version=977210795c9ec67309eae3b78e2100c6b2281823
+ git: dest=/home/fedora/buildstream repo=https://gitlab.com/buildstream/buildstream version=32667b24b801f9b51da026b08e89f7fc55d8ac65
+ become_user: fedora
- name: buildstream installed
command: /usr/bin/pip3 install .