Skip to content

Commit

Permalink
Merge pull request #24 from agrare/add_supports_update_delete_awx_cre…
Browse files Browse the repository at this point in the history
…dential

Add supports :update/:delete to AWX Credential
  • Loading branch information
kbrock authored Feb 12, 2024
2 parents facdc2e + 6277d2f commit 4672f8b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class ManageIQ::Providers::Awx::AutomationManager::Credential < ManageIQ::Provid
include ProviderObjectMixin

supports :create
supports :update
supports :delete

def self.provider_collection(manager)
manager.with_provider_connection do |connection|
Expand Down

0 comments on commit 4672f8b

Please sign in to comment.