From cd8fa89488779c37e8247b07ec45a637856260c5 Mon Sep 17 00:00:00 2001 From: Kostiantyn Kalynovskyi Date: Wed, 15 Jan 2020 19:11:49 +0000 Subject: [PATCH] Fix missing privilege escalation, redfish tests Please note, in near future we will remove escalation where ever we can to make sure that we can securely build not only gates but also development environment Change-Id: I38045b45607b519699b232b35dd5e1f48a88febc --- roles/redfish-emulator/tests/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/redfish-emulator/tests/main.yml b/roles/redfish-emulator/tests/main.yml index 46988f4..4b27aec 100644 --- a/roles/redfish-emulator/tests/main.yml +++ b/roles/redfish-emulator/tests/main.yml @@ -22,6 +22,8 @@ - name: create libvirt domains include_role: name: libvirt-domain + vars: + ansible_become: true - name: install sushy-tools include_role: name: redfish-emulator