diff --git a/awxkit/awxkit/cli/custom.py b/awxkit/awxkit/cli/custom.py index f9077acab5..45146b493e 100644 --- a/awxkit/awxkit/cli/custom.py +++ b/awxkit/awxkit/cli/custom.py @@ -356,6 +356,7 @@ OrganizationNotificationDisAssociation.targets.update({ 'approval_notification': ['notification_templates_approvals', 'notification_template'], }) + class SettingsList(CustomAction): action = 'list' resource = 'settings'