From 7fe14b6a61be13bb603094f3ea1f81bf01ece810 Mon Sep 17 00:00:00 2001 From: Jon Pugh Date: Wed, 18 Sep 2024 15:11:42 -0400 Subject: [PATCH] Enable tasks and site_hosting modules on devshop profile install. --- src/Drupal/Profiles/devshop/devshop.info.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Drupal/Profiles/devshop/devshop.info.yml b/src/Drupal/Profiles/devshop/devshop.info.yml index dbd540437..ea08a38ff 100644 --- a/src/Drupal/Profiles/devshop/devshop.info.yml +++ b/src/Drupal/Profiles/devshop/devshop.info.yml @@ -42,7 +42,8 @@ install: - views - views_ui - site - - commands + - tasks + - site_hosting # Required modules. These cannot be uninstalled. # Note that any dependencies of the modules listed here will be installed automatically.