Skip to content

Instantly share code, notes, and snippets.

@Akasurde
Created March 2, 2021 09:08
Show Gist options
  • Save Akasurde/4438adce737cc0c8ad050675686fe3a4 to your computer and use it in GitHub Desktop.
Save Akasurde/4438adce737cc0c8ad050675686fe3a4 to your computer and use it in GitHub Desktop.
Rename datastore object using Name
---
- 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