mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
cli: implement support for credential and notification association
This commit is contained in:
@@ -163,7 +163,9 @@ class CLI(object):
|
||||
response,
|
||||
fmt=self.get_config('format'),
|
||||
filter=self.get_config('filter'),
|
||||
changed=self.original_action in ('modify', 'create')
|
||||
changed=self.original_action in (
|
||||
'modify', 'create', 'associate', 'disassociate'
|
||||
)
|
||||
)
|
||||
if formatted:
|
||||
print(utils.to_str(formatted), file=self.stdout)
|
||||
|
||||
Reference in New Issue
Block a user