diff options
Diffstat (limited to 'containers.yml')
| -rw-r--r-- | containers.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/containers.yml b/containers.yml index 6e23e8a..ab61772 100644 --- a/containers.yml +++ b/containers.yml @@ -76,6 +76,7 @@ containers.podman.podman_pod: name: "{{ pod.name }}" ports: "{{ pod.ports }}" + network: "{{ pod.network | default(omit) }}" state: started tags: container-start when: pod is defined |
