mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Remove reference to default check mode
This commit is contained in:
parent
0eef67713f
commit
7908f25747
@ -124,9 +124,6 @@ def main():
|
||||
kind = module.params.get('kind')
|
||||
state = module.params.get('state')
|
||||
|
||||
# Deal with check mode
|
||||
module.default_check_mode()
|
||||
|
||||
# These will be passed into the create/updates
|
||||
credential_type_params = {
|
||||
'name': new_name if new_name else name,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user