From a79fcaf6f7dc75b028ce2f1293a51dfbaa9391f3 Mon Sep 17 00:00:00 2001 From: lgalis Date: Wed, 15 Feb 2017 00:05:39 -0500 Subject: [PATCH] Add Run Ansible Playbook control action type --- app/models/miq_action.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/miq_action.rb b/app/models/miq_action.rb index 64450d05061..20f4d4e308a 100644 --- a/app/models/miq_action.rb +++ b/app/models/miq_action.rb @@ -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