Merge "Ubuntu: fix pip configuration for kolla user"

This commit is contained in:
Zuul 2021-03-01 17:43:57 +00:00 committed by Gerrit Code Review
commit 7f02f629b8

View File

@ -1,4 +1,11 @@
---
# NOTE(mgoddard): The acl package is required for the setfacl command, used by
# become_user.
- name: Ensure acl package is installed
package:
name: acl
become: true
- name: Create local .pip directory
file:
path: "~{{ item }}/.pip"