Skip to content
Snippets Groups Projects
Commit 54f07930 authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

general comunity collection required

parent 7f3aaafb
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,9 @@ resource "aws_instance" "server0" { ...@@ -46,6 +46,9 @@ resource "aws_instance" "server0" {
command = "ansible-playbook -u ubuntu -i '${self.public_ip},' client.yml" command = "ansible-playbook -u ubuntu -i '${self.public_ip},' client.yml"
} }
provisioner "local-exec" {
ansible-galaxy collection install community.general
}
provisioner "local-exec" { provisioner "local-exec" {
command = "ansible-playbook -u ubuntu -i '${self.public_ip},' ansible/playbooks/pma/site_requirements.yaml" command = "ansible-playbook -u ubuntu -i '${self.public_ip},' ansible/playbooks/pma/site_requirements.yaml"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment