You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the state list from vmware_host_acceptance. The ansible-core sanity tests don't like this.
Maybe the best solution would be to remove the acceptance_level parameter and use its choices for state.
edit:
I will remove acceptance_level and move its options to state so that
acceptance_level: 'community'
state: present
will become
state: 'community'
This also means there won't be a state list anymore. In order to get information about the current acceptance level, I will introduce a new module vmware_host_acceptance_info.
ISSUE TYPE
Bug Report
COMPONENT NAME
vmware_host_acceptance
The text was updated successfully, but these errors were encountered:
vmware_host_acceptance module must be set of desired acceptance level for host. But show current acceptance level must be another module vmware_host_acceptance_level_info for example. Issues with common module parameter 'state' when we try to combine the functionality of info and desired state modules, imho.
vmware_host_acceptance: Remove acceptance_level
SUMMARY
Fixes#1872
Removing acceptance_level and move its options to state so that
acceptance_level: 'community'
state: present
will become
state: 'community'
This also means there won't be a state list anymore. In order to get information about the current acceptance level, I will introduce a new module vmware_host_acceptance_info.
ISSUE TYPE
Bugfix Pull Request
COMPONENT NAME
vmware_host_acceptance
vmware_host_acceptance_info
ADDITIONAL INFORMATION
Reviewed-by: Alexander Nikitin <ihumster@ihumster.ru>
SUMMARY
Remove the state
list
fromvmware_host_acceptance
. The ansible-core sanity tests don't like this.Maybe the best solution would be to remove the
acceptance_level
parameter and use its choices for state.edit:
I will remove
acceptance_level
and move its options tostate
so thatwill become
This also means there won't be a state
list
anymore. In order to get information about the current acceptance level, I will introduce a new modulevmware_host_acceptance_info
.ISSUE TYPE
COMPONENT NAME
vmware_host_acceptance
The text was updated successfully, but these errors were encountered: