mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
added changed status to return when new early create check is triggered,
added skipped check to test on create existing
This commit is contained in:
@@ -69,6 +69,7 @@ class ActionModule(object):
|
||||
comm_ok=True,
|
||||
result=dict(
|
||||
skipped=True,
|
||||
changed=False,
|
||||
msg=("skipped, since %s exists" % creates)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user