mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
switched to 'support check mode' as it does not make changes and gathers information that might be needed for other tasks to check
This commit is contained in:
@@ -82,7 +82,7 @@ def main():
|
||||
argument_spec = dict(
|
||||
api_url = dict(default='https://api.ipify.org'),
|
||||
),
|
||||
supports_check_mode=False
|
||||
supports_check_mode=True,
|
||||
)
|
||||
|
||||
ipify_facts = IpifyFacts().run()
|
||||
|
||||
Reference in New Issue
Block a user