From 221352b0d07b997c0925f0d519c5d329ca550b14 Mon Sep 17 00:00:00 2001 From: felipedf Date: Thu, 4 Oct 2018 14:06:05 -0300 Subject: [PATCH] Add a product feature for executing an ansible playbook through the API --- db/fixtures/miq_product_features.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/db/fixtures/miq_product_features.yml b/db/fixtures/miq_product_features.yml index ab86bb50481..eaf44599749 100644 --- a/db/fixtures/miq_product_features.yml +++ b/db/fixtures/miq_product_features.yml @@ -6328,6 +6328,10 @@ :description: Apply Config Pattern :feature_type: control :identifier: physical_server_apply_config_pattern + - :name: Execute Ansible Playbook + :description: Execute Ansible Playbook + :feature_type: control + :identifier: physical_infra_ansible - :name: Event Streams :description: Everything under Event Streams :feature_type: node