From 4956a4e509faa7c4956fc320d379024c731d91a3 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 29 May 2026 14:48:58 +0200 Subject: [PATCH] declare foreman-tasks feature --- src/features.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/features.yaml b/src/features.yaml index f8284b019..daf451bdc 100644 --- a/src/features.yaml +++ b/src/features.yaml @@ -10,6 +10,8 @@ katello: foreman: plugin_name: katello hammer: katello + dependencies: + - tasks google: description: Google Compute Engine plugin for Foreman hammer: foreman_google @@ -20,6 +22,14 @@ azure-rm: hammer: foreman_azure_rm foreman: plugin_name: foreman_azure_rm +tasks: + description: Tasks management engine for Foreman + foreman: + plugin_name: foreman-tasks + hammer: foreman_tasks + internal: true + dependencies: + - dynflow remote-execution: description: Remote Execution plugin for Foreman foreman: @@ -28,7 +38,7 @@ remote-execution: plugin_name: remote_execution_ssh hammer: foreman_remote_execution dependencies: - - dynflow + - tasks dynflow: internal: true foreman_proxy: