From a115a7fce22a732206a2f9dd5db1b3a2d4a0a288 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 29 Apr 2022 10:46:20 -0700 Subject: [PATCH] Install acl on Ubuntu for copy integration test. --- test/integration/targets/copy/tasks/acls.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/integration/targets/copy/tasks/acls.yml b/test/integration/targets/copy/tasks/acls.yml index 9a3be9b0640..d7d099e662f 100644 --- a/test/integration/targets/copy/tasks/acls.yml +++ b/test/integration/targets/copy/tasks/acls.yml @@ -1,4 +1,9 @@ - block: + - name: Install the acl package on Ubuntu + apt: + name: acl + when: ansible_distribution in ('Ubuntu') + - block: - name: Testing ACLs copy: