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

This commit is contained in:
transcaffeine 2024-12-01 09:57:31 +01:00
parent f30b193cc8
commit 9ce7ae7bbf
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 `element_container_` prefix:
- `labels`
- `networks`
- `etc_hosts`
- `purge_networks`
The following variables are pre-populated by the role, so override them with care:

View File

@ -30,4 +30,3 @@
networks: "{{ element_container_networks | default(omit) }}"
etc_hosts: "{{ element_container_etc_hosts | default(omit) }}"
restart_policy: "{{ element_container_restart_policy }}"
purge_networks: "{{ element_container_purge_networks | default(omit) }}"