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

False matches the docs and intentions of the previous developer (#35762)

This commit is contained in:
Michael Nugent 2018-02-15 12:40:10 -08:00 committed by Sam Doran
parent 50adc5409b
commit d212ca11b3

View file

@ -686,7 +686,7 @@ class ContainerManager(DockerBaseClass):
up_options = {
u'--no-recreate': False,
u'--build': True,
u'--build': False,
u'--no-build': False,
u'--no-deps': False,
u'--force-recreate': False,