From 9fdabe245f215c68c117e0c29b7d855f4a688a4d Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Thu, 26 Feb 2026 09:31:21 +0000 Subject: [PATCH] Add ansible-role-os-manila-mount to Terraform This role is included in the inventory, but never applied by the Terraform. --- terraform/github/terraform.tfvars.json | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index 6f5a37f5..0beca3fc 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -4,6 +4,7 @@ "Ansible": [ "ansible-role-libvirt-host", "ansible-role-libvirt-vm", + "ansible-role-os-manila-mount", "drac", "ansible-role-luks", "ansible-role-sriov",