From: Thanh Ha Date: Mon, 8 Jan 2018 05:06:16 +0000 (-0500) Subject: System reseal scripts need to run as root X-Git-Tag: v0.1.0~55 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=077d05049c5975997ab4e438672e46b2b5f590f0;p=releng%2Fcommon-packer.git System reseal scripts need to run as root Change-Id: I85d1c059a9147f8d9ff6aa55eada912572d75d57 Signed-off-by: Thanh Ha --- diff --git a/provision/baseline.yaml b/provision/baseline.yaml index ac7a12e..80b3426 100644 --- a/provision/baseline.yaml +++ b/provision/baseline.yaml @@ -63,3 +63,4 @@ - name: System Reseal script: system-reseal.sh + become: true diff --git a/provision/docker.yaml b/provision/docker.yaml index 1f3e26c..2e7f130 100644 --- a/provision/docker.yaml +++ b/provision/docker.yaml @@ -14,3 +14,4 @@ post_tasks: - name: System Reseal script: system-reseal.sh + become: true