From fbc5b3f9c520f3c360020fa5bf4290f8b875203e Mon Sep 17 00:00:00 2001 From: s-hertel <19572925+s-hertel@users.noreply.github.com> Date: Mon, 2 May 2022 13:19:05 -0400 Subject: [PATCH] fix copy test for split controller/remote --- test/integration/targets/copy/tasks/selinux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/targets/copy/tasks/selinux.yml b/test/integration/targets/copy/tasks/selinux.yml index 6bd3b04f6fe..dddee6f933a 100644 --- a/test/integration/targets/copy/tasks/selinux.yml +++ b/test/integration/targets/copy/tasks/selinux.yml @@ -19,6 +19,7 @@ copy: src: /etc/fstab dest: /mnt/fstab + remote_src: true always: - name: Unmount it command: umount /mnt