Skip to content

Commit

Permalink
Fix the README of snapshot_managment to be more cleare regarding snap…
Browse files Browse the repository at this point in the history
…shot_management_folder and snapshot_management_vm_name parameters
  • Loading branch information
bardielle committed May 21, 2024
1 parent e868c13 commit 9f060d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
minor_changes:
- Fix the README file of snapshot_management role to be more clear about the parameters `snapshot_management_folder`
and `snapshot_management_vm_name`

Check failure on line 4 in changelogs/fragments/41-fix-readme-of-snapshot-management-role.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[new-line-at-end-of-file]

No new line character at the end of file
3 changes: 2 additions & 1 deletion roles/snapshot_management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ N/A
- **snapshot_management_vm_name**:
- Name of the virtual machine to work with.
- This is required parameter, if C(uuid) or C(moid) is not supplied.
- This parameter required together with C(snapshot_management_folder).

- **snapshot_management_vm_name_match**:
- If multiple VMs matching the name, use the first or last found.
Expand All @@ -72,7 +73,7 @@ N/A

- **snapshot_management_folder**:
- Destination folder, absolute or relative path to find an existing guest.
- This is required parameter, if C(name) is supplied.
- This parameter required together with C(snapshot_management_vm_name).
- The folder should include the datacenter. ESX's datacenter is ha-datacenter.
- 'Examples:'
- ' folder: /ha-datacenter/vm'
Expand Down

0 comments on commit 9f060d5

Please sign in to comment.