1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove dns from container create parameters.

This commit is contained in:
chouseknecht 2016-06-13 18:06:20 -04:00 committed by Matt Clay
parent 4d51a51ac3
commit 16e7dc4e2e

View file

@ -802,7 +802,6 @@ class TaskParameters(DockerBaseClass):
tty='tty',
ports='ports',
environment='env',
dns='dns_servers',
name='name',
entrypoint='entrypoint',
cpu_shares='cpu_shares',