chore(cinny): drop unsupported parameter 'purge_networks' on 'docker_container' module
This commit is contained in:
parent
b1168bee18
commit
9b25152e7c
@ -14,7 +14,6 @@ are available under the `cinny_container_` prefix:
|
||||
- `labels`
|
||||
- `networks`
|
||||
- `etc_hosts`
|
||||
- `purge_networks`
|
||||
|
||||
The following variables are pre-populated by the role, so override them with care:
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
networks: "{{ cinny_container_networks | default(omit) }}"
|
||||
etc_hosts: "{{ cinny_container_etc_hosts | default(omit) }}"
|
||||
restart_policy: "{{ cinny_container_restart_policy }}"
|
||||
purge_networks: "{{ cinny_container_purge_networks | default(omit) }}"
|
||||
|
Loading…
Reference in New Issue
Block a user