From 1ec546bbd69dec3df9276ae85231c8ccb0691f9f Mon Sep 17 00:00:00 2001 From: Johnny Bieren Date: Nov 12 2018 14:17:11 +0000 Subject: More becomes Signed-off-by: Johnny Bieren --- diff --git a/misc/ltp/test_remote.yml b/misc/ltp/test_remote.yml index 7081b57..e0ee742 100644 --- a/misc/ltp/test_remote.yml +++ b/misc/ltp/test_remote.yml @@ -89,6 +89,7 @@ make: chdir: "{{builddir}}" target: install + become: true - name: Copy knownissues.sh and runtest.sh to remote host copy: @@ -108,6 +109,7 @@ ignore_errors: yes with_items: - "{{ userspacetargets }}" + become: true - name: Fail play if testing failed shell: "egrep '^Total Failures' {{ ltpdir }}/logs/{{ item }}/ltp.log | awk '{print $3}'"