Skip to content

Commit

Permalink
Merge pull request #13943 from lgalis/add_ansible_playbook_action_type
Browse files Browse the repository at this point in the history
Add Run Ansible Playbook control action type
  • Loading branch information
gmcculloug authored Feb 16, 2017
2 parents b75324e + a79fcaf commit e64c813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/miq_action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class MiqAction < ApplicationRecord
"set_custom_attribute" => "Set a Custom Attribute in vCenter",
"inherit_parent_tags" => "Inherit Parent Tags",
"remove_tags" => "Remove Tags",
"delete_snapshots_by_age" => "Delete Snapshots by Age"
"delete_snapshots_by_age" => "Delete Snapshots by Age",
"run_ansible_playbook" => "Run Ansible Playbook"
)
end

Expand Down

0 comments on commit e64c813

Please sign in to comment.