dm-vdo / bunsen

Ansible suite to configure a set of machines to replicate the VDO Team's test environment.
GNU General Public License v2.0
0 stars 4 forks source link

Added 'acl' package for F36+ systems #2

Closed rhawalsh closed 2 years ago

rhawalsh commented 2 years ago

Due to a security issue on Ansible 2.12+, the 'acl' package is necessary to provision files via become as a non privileged user for another non privileged user.

https://docs.ansible.com/ansible-core/2.12/user_guide/become.html#risks-of-becoming-an-unprivileged-user

Signed-off-by: Andrew Walsh awalsh@redhat.com