Fix permissions for paunch

Paunch needs to be run as root so we need a become: true in order to
work if the playbook is not run as root.

Change-Id: I136ff6836aa8629b037f309076b4b682e30b9de2
Related-Bug: #1883609
This commit is contained in:
Alex Schultz 2020-08-11 14:15:53 -06:00
parent d275f424b8
commit 70a0991593
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@
when: enable_paunch|default(true)
block:
- name: Start containers for step {{ step }} using paunch
become: true
async: 3600
poll: 0
environment: