mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 20:31:24 +00:00
adds 'success_msg' to valid args for assert module (#47030)
This commit is contained in:
committed by
Martin Krizek
parent
748ea39ecd
commit
0661f2f213
@@ -27,7 +27,7 @@ class ActionModule(ActionBase):
|
||||
''' Fail with custom message '''
|
||||
|
||||
TRANSFERS_FILES = False
|
||||
_VALID_ARGS = frozenset(('fail_msg', 'msg', 'that'))
|
||||
_VALID_ARGS = frozenset(('fail_msg', 'msg', 'success_msg', 'that'))
|
||||
|
||||
def run(self, tmp=None, task_vars=None):
|
||||
if task_vars is None:
|
||||
|
||||
Reference in New Issue
Block a user