diff --git a/main.tf b/main.tf index ac341e4..bba336e 100644 --- a/main.tf +++ b/main.tf @@ -108,6 +108,7 @@ locals { name = "SOPS_AGE_KEY" value = data.sops_file.secret_vars.data["sops_age_key"] repositories = [ + "aap-libvirt-infra", "ansible-site-cluster", "cluster", "terraform-github-repos", diff --git a/terraform.tfvars b/terraform.tfvars index 723951b..6c8f8c3 100644 --- a/terraform.tfvars +++ b/terraform.tfvars @@ -1,5 +1,6 @@ github_repositories = [ ".github", + "aap-libvirt-infra", "ansible-site-cluster", "ansible-site-torwww", "ansible-role-crc",