Add podman dns plugin to ensure-podman

This is available in this package in Ubuntu 22.04 and later.  I
am unaware of how it might be installed in any other distro.

Change-Id: Ibde5b8af4907eb6c1a7dd2e445a560850d85552f
This commit is contained in:
James E. Blair 2023-05-18 09:59:38 -07:00
parent 5994ce4049
commit 45b70f4a56

View File

@ -6,5 +6,7 @@
- slirp4netns
- fuse-overlayfs
- containernetworking-plugins
# This enables container network dns resolution:
- golang-github-containernetworking-plugin-dnsname
state: present
become: yes