Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make Folder (vm folder) move #1952

Open
sepetuks opened this issue Dec 19, 2023 · 1 comment
Open

How to make Folder (vm folder) move #1952

sepetuks opened this issue Dec 19, 2023 · 1 comment

Comments

@sepetuks
Copy link

SUMMARY

Documentation states: "This module can be used to create, delete, move and rename folder on then given datacenter."

But there are no documentation how to make Move of the folder.
I do only see things how to create or delete folder.
Are there any documentation how VM folder can be moved to another location?

ISSUE TYPE
  • Documentation Report
COMPONENT NAME

plugins/modules/vcenter_folder.py

ANSIBLE VERSION
ansible [core 2.13.7]
  python version = 3.8.10 (default, Nov 14 2022, 12:59:47) [GCC 9.4.0]
  jinja version = 3.1.2
  libyaml = True
@mariolenz
Copy link
Collaborator

mariolenz commented Dec 27, 2023

I think the documentation is wrong there. It doesn't look like the module implements this, there's not even a parameter for a new name / parent folder.

Maybe you could do this with the vmware_object_rename module, but I'm not sure. Might be worth a try, though.

BTW do you know we've started a forum this year? You can post questions like this there in the Get Help category and tag it with vmware. There might be more people to have a look and provide solutions or at least a workaround.

ansible [core 2.13.7]
  python version = 3.8.10 (default, Nov 14 2022, 12:59:47) [GCC 9.4.0]
  jinja version = 3.1.2
  libyaml = True

Not to put too fine a point on this (this isn't a problem with ansible-core 2.13) but this version is EOL and we don't support it anymore in community.vmware 4.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants