Created
March 2, 2021 09:08
-
-
Save Akasurde/4438adce737cc0c8ad050675686fe3a4 to your computer and use it in GitHub Desktop.
Rename datastore object using Name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: localhost | |
gather_facts: no | |
vars_files: | |
- vcenter_vars.yml | |
tasks: | |
- community.vmware.vmware_object_rename: | |
new_name: "DS_171_2" | |
object_name: "DS_117_1" | |
object_type: Datastore | |
register: rename_ops |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment