mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-16 01:45:25 -07:00
added supports_check_mode=True to info/facts modules (#3084)
* added supports_check_mode=True to info/facts modules * added changelog fragment * rolled back vertica_info * rolled back utm_proxy_*_info * updated changelog fragment with latest adjustments * Update changelogs/fragments/3084-info-checkmode.yaml Co-authored-by: Felix Fontein <felix@fontein.de> * added check mode to xenserver_facts + oneview_*_info * added check mode to utm_proxy_*_info * updated changelog Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
024e7419da
commit
7da2c16b4a
25 changed files with 85 additions and 25 deletions
|
@ -149,7 +149,7 @@ def main():
|
|||
api_key=dict(required=True, type='str', no_log=True),
|
||||
name=dict(required=True, type='str')
|
||||
),
|
||||
supports_check_mode=False
|
||||
supports_check_mode=True,
|
||||
)
|
||||
|
||||
# populate the dict with the user-provided vars.
|
||||
|
|
|
@ -274,7 +274,7 @@ def main():
|
|||
api_key=dict(required=True, type='str', no_log=True),
|
||||
name=dict(required=True, type='str')
|
||||
),
|
||||
supports_check_mode=False
|
||||
supports_check_mode=True,
|
||||
)
|
||||
|
||||
# populate the dict with the user-provided vars.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue