mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-30 11:51:48 -05:00
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