chore(cinny): drop unsupported parameter 'purge_networks' on 'docker_container' module

This commit is contained in:
transcaffeine 2024-12-01 09:56:28 +01:00
parent b1168bee18
commit 9b25152e7c
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
2 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@ are available under the `cinny_container_` prefix:
- `labels` - `labels`
- `networks` - `networks`
- `etc_hosts` - `etc_hosts`
- `purge_networks`
The following variables are pre-populated by the role, so override them with care: The following variables are pre-populated by the role, so override them with care:

View File

@ -30,4 +30,3 @@
networks: "{{ cinny_container_networks | default(omit) }}" networks: "{{ cinny_container_networks | default(omit) }}"
etc_hosts: "{{ cinny_container_etc_hosts | default(omit) }}" etc_hosts: "{{ cinny_container_etc_hosts | default(omit) }}"
restart_policy: "{{ cinny_container_restart_policy }}" restart_policy: "{{ cinny_container_restart_policy }}"
purge_networks: "{{ cinny_container_purge_networks | default(omit) }}"