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.
pull/59042/head
Gonéri Le Bouder 7 years ago
parent aea5b795c0
commit f98a4ef2f7

@ -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

Loading…
Cancel
Save