diff --git a/roles/podman/defaults/main.yml b/roles/podman/defaults/main.yml index 5d1e5a9..09d3aea 100644 --- a/roles/podman/defaults/main.yml +++ b/roles/podman/defaults/main.yml @@ -14,7 +14,7 @@ podman_usernamespace_uid_amount: 2147483648 # This should not include the prefix-length, so the setting should end with "::" # NOTE: This needs the default network to be recreated. Rebooting works and so should stopping # all containers. -# podman_default_network_ipv6_prefix: "fdfc:ace7:1f7c:4ff3::" +podman_default_network_ipv6_prefix: "fdfc:ace7:1f7c:4ff3::" # Podman allows to set a timezone (--tz flag) for each container. A default can be set # in any of the containers.conf config files.