gg well played

This commit is contained in:
2025-12-03 17:05:31 +01:00
parent 9cc824d41c
commit fd08d2b0d5

View File

@@ -54,7 +54,7 @@ module "iam" {
data "local_file" "ansible_cfg" {
filename = "${path.module}/ansible.cfg"
content = templatefile("${path.module}/../../template/ansible.cfg.tpl", {
content = templatefile("${path.module}/../../templates/ansible.cfg.tpl", {
remote_user = "raphael.hochlaf@gmail.com"
})
}