System reseal scripts need to run as root 91/8291/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 8 Jan 2018 05:06:16 +0000 (00:06 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 8 Jan 2018 05:06:18 +0000 (00:06 -0500)
Change-Id: I85d1c059a9147f8d9ff6aa55eada912572d75d57
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
provision/baseline.yaml
provision/docker.yaml

index ac7a12e..80b3426 100644 (file)
@@ -63,3 +63,4 @@
 
     - name: System Reseal
       script: system-reseal.sh
+      become: true
index 1f3e26c..2e7f130 100644 (file)
@@ -14,3 +14,4 @@
   post_tasks:
     - name: System Reseal
       script: system-reseal.sh
+      become: true