Skip to content

Commit

Permalink
use app.yml instead of dev.yml on listing 9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinAlandzes authored Oct 18, 2021
1 parent 735f30f commit 35df1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter9/listing9.11/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ resource "aws_instance" "ansible_server" {
}

provisioner "local-exec" {
command = "ansible-playbook -u ubuntu --key-file ansible-key.pem -T 300 -i '${self.public_ip},', dev.yml"
command = "ansible-playbook -u ubuntu --key-file ansible-key.pem -T 300 -i '${self.public_ip},', app.yml"
}
}

Expand Down

0 comments on commit 35df1d1

Please sign in to comment.