Skip to content

Commit e92bab7

Browse files
committed
ansible: install acl package on ubuntu hosts
It's needed by Ansible to create temporary directories with the correct permissions.
1 parent 2368930 commit e92bab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/baselayout/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ packages: {
126126
],
127127

128128
ubuntu: [
129-
'ccache,curl,git,libfontconfig1,sudo,python3-pip',
129+
'acl,ccache,curl,git,libfontconfig1,sudo,python3-pip',
130130
],
131131

132132
# Default gcc/g++ package is 5.

0 commit comments

Comments
 (0)