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