install-podman: also install uidmap

This package is required in order for UID mapping in rootless
operation to work. It is unclear why it isn't specified as a
dependency.

Change-Id: I7dd22b683c2fed9921de39a474de3bd9f2c3b0d4
This commit is contained in:
James E. Blair 2019-11-21 10:09:16 -08:00
parent 6228b71b07
commit 3c4f23ec43

View File

@ -8,5 +8,6 @@
package:
name:
- podman
- uidmap
state: present
become: yes