-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Run Ansible Playbook control action type #13943
Add Run Ansible Playbook control action type #13943
Conversation
@miq-bot assign @gmcculloug |
@lgalis Cannot apply the following label because they are not recognized: automation/ansible tower |
@miq-bot add_label enhancement |
@lgalis Cannot apply the following label because they are not recognized: automation/ansible tower |
@miq-bot add_label automation/ansible_tower |
@lgalis Cannot apply the following label because they are not recognized: automation/ansible_tower |
app/models/miq_action.rb
Outdated
@@ -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_an_ansible_playbook" => "Run an Ansible Playbook" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer "run_ansible_playbook" => "Run Ansible Playbook"
5531c75
to
a79fcaf
Compare
Checked commit lgalis@a79fcaf with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
/cc @mkanoor - note the change in the action name |
Add Run Ansible Playbook control action type
Links