1
0
forked from pierront/but3-iac

je sais pas ecrir ansible

This commit is contained in:
2025-12-04 10:49:07 +01:00
parent 05696d7841
commit 9326dffa63

View File

@@ -49,7 +49,7 @@ resource "local_file" "ansible_cfg" {
filename = "${path.module}/ansible.cfg" filename = "${path.module}/ansible.cfg"
content = templatefile( content = templatefile(
"${path.module}/../templates/ansile.cfg.tpl", "${path.module}/../templates/ansible.cfg.tpl",
{ {
remote_user = data.google_client_openid_userinfo.me.email remote_user = data.google_client_openid_userinfo.me.email
} }