Skip to content

Commit 32b6290

Browse files
authored
Merge pull request #3 from arsengspeyan/packer_ansible
Packer ansible
2 parents 00e2bf3 + 24d3491 commit 32b6290

File tree

2 files changed

+1
-57
lines changed

2 files changed

+1
-57
lines changed

.github/workflows/build-amii.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

packer/PosgresawsTemplate.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ build {
2626
sources = ["source.amazon-ebs.example"]
2727

2828
provisioner "ansible" {
29-
playbook_file = "/home/runner/work/Team1-react-rust-postgres/Team1-react-rust-postgres/packer_ansible/ansible/setup_postgresql.yml"
29+
playbook_file = "ansible/setup_postgresql.yml"
3030
}
3131
}
3232

0 commit comments

Comments
 (0)