Install acl on Ubuntu for copy integration test.

pull/77711/head
Matt Clay 2 years ago
parent e2200e8dfc
commit a115a7fce2

@ -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:

Loading…
Cancel
Save