mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Remove dns from container create parameters.
This commit is contained in:
@@ -802,7 +802,6 @@ class TaskParameters(DockerBaseClass):
|
|||||||
tty='tty',
|
tty='tty',
|
||||||
ports='ports',
|
ports='ports',
|
||||||
environment='env',
|
environment='env',
|
||||||
dns='dns_servers',
|
|
||||||
name='name',
|
name='name',
|
||||||
entrypoint='entrypoint',
|
entrypoint='entrypoint',
|
||||||
cpu_shares='cpu_shares',
|
cpu_shares='cpu_shares',
|
||||||
|
|||||||
Reference in New Issue
Block a user