vmware: ro=False datastores for the functional test

https://github.com/ansible/ansible/issues/58541 prevents us from using
read-only datastore. So for now, we mount everything read-write.
This commit is contained in:
Gonéri Le Bouder 2019-07-12 10:47:08 +02:00
parent aea5b795c0
commit f98a4ef2f7

View file

@ -9,7 +9,9 @@ infra:
type: nfs
server: gateway.test
path: /srv/share/isos
ro: true
# https://github.com/ansible/ansible/issues/58541 prevents us
# from using the "ro: true" mode
ro: false
LocalDS_1:
type: nfs
server: gateway.test