mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 23:37:39 -02:30
Add new option update_secrets to allow lazy or strict updating
This commit is contained in:
@@ -30,7 +30,7 @@ no_endpoint_for_module = [
|
||||
|
||||
# Global module parameters we can ignore
|
||||
ignore_parameters = [
|
||||
'state', 'new_name',
|
||||
'state', 'new_name', 'update_secrets'
|
||||
]
|
||||
|
||||
# Some modules take additional parameters that do not appear in the API
|
||||
|
||||
Reference in New Issue
Block a user