Use root to restart our zuul-launcher service

Add support so we can run the playbook as non-root user.

Change-Id: I05af471417ba58a985c24dc0ea2c43f1c7e24a4b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-06-21 13:45:35 -04:00
parent abf31b52e9
commit 63597ec07d
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -21,3 +21,5 @@
service:
name: zuul-launcher
state: restarted
become: true
become_user: root