From 9e2c106e179125c137472ec552471d320ee8a586 Mon Sep 17 00:00:00 2001 From: Johnny Bieren Date: Nov 12 2018 13:41:15 +0000 Subject: Add perms to copy module Signed-off-by: Johnny Bieren --- diff --git a/misc/ltp/test_remote.yml b/misc/ltp/test_remote.yml index 227263b..7081b57 100644 --- a/misc/ltp/test_remote.yml +++ b/misc/ltp/test_remote.yml @@ -94,6 +94,7 @@ copy: src: "{{ item }}" dest: "{{ builddir }}" + mode: 0775 with_items: - ./knownissues.sh - ./runtest.sh