-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use folder attribute for host and dc module only (#79)
There is folder attribute only for vcenter_host and vcenter_datacenter modules only, for other modules it shouldn't be used and caused issues. With this PR, we fix the vcenter_vm module and others to return the real REST object data, instead of error ALREADY_EXISTS in case of the rerun of the module. Signed-off-by: Ondra Machacek <[email protected]>
- Loading branch information
1 parent
e775adc
commit f32c824
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- "Use folder attribute for host and dc module only (https://github.com/ansible-community/ansible.content_builder/pull/79)." |
This file contains 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