Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency authored and bardielle committed Jun 18, 2024
1 parent 99b4104 commit b16fbe2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/47__mm_feature__add_manage_folder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- manage_folder - Added new role, tests, and playbook to create or delete a folder in VCenter
7 changes: 7 additions & 0 deletions playbooks/manage_folder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- name: Manage Folder In VCenter
hosts: all
gather_facts: false

roles:
- role: cloud.vmware_ops.manage_folder

0 comments on commit b16fbe2

Please sign in to comment.