mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -03:30
Add new option update_secrets to allow lazy or strict updating
This commit is contained in:
@@ -52,7 +52,6 @@ class TowerModule(AnsibleModule):
|
||||
oauth_token_id = None
|
||||
authenticated = False
|
||||
config_name = 'tower_cli.cfg'
|
||||
ENCRYPTED_STRING = "$encrypted$"
|
||||
version_checked = False
|
||||
error_callback = None
|
||||
warn_callback = None
|
||||
|
||||
Reference in New Issue
Block a user