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:
parent
aea5b795c0
commit
f98a4ef2f7
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue