Skip to content

Commit

Permalink
ansible: install acl package on ubuntu hosts
Browse files Browse the repository at this point in the history
It's needed by Ansible to create temporary directories with the correct permissions.
  • Loading branch information
targos committed Sep 15, 2023
1 parent ef1e4a0 commit 09315f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/baselayout/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ packages: {
],

ubuntu: [
'ccache,curl,git,libfontconfig1,sudo,python3-pip',
'acl,ccache,curl,git,libfontconfig1,sudo,python3-pip',
],

# Default gcc/g++ package is 5.
Expand Down

0 comments on commit 09315f9

Please sign in to comment.