issue #164: cure type error.
This commit is contained in:
parent
5bf5664667
commit
2128ffafce
|
@ -32,7 +32,7 @@ ansible_connection: docker
|
|||
ansible_python_interpreter: /usr/bin/python2.7
|
||||
|
||||
# Speed up slow DH generation.
|
||||
dhparam__bits: [128, 64]
|
||||
dhparam__bits: ["128", "64"]
|
||||
EOF
|
||||
|
||||
echo target >> ansible/inventory/hosts
|
||||
|
|
Loading…
Reference in New Issue