Skip to content

Commit

Permalink
fix: deploy pipeline is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
ishtanzar committed Jan 19, 2025
1 parent ea018e3 commit 9576a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wm-infra/modules/main/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ resource "null_resource" "ansible" {
}

provisioner "local-exec" {
command = "ansible-playbook -i inventory -l par1 deploy.yml"
command = "ansible-playbook -i inventory -l fr-par-1 deploy.yml"
working_dir = "${path.module}/ansible"

environment = {
Expand Down

0 comments on commit 9576a18

Please sign in to comment.