Use the galaxy playbook in the galaxy packer file
This commit is contained in:
parent
611899f7b2
commit
9a2908d1d9
|
@ -3,7 +3,7 @@
|
||||||
"provisioners": [
|
"provisioners": [
|
||||||
{
|
{
|
||||||
"type": "ansible",
|
"type": "ansible",
|
||||||
"playbook_file": "./playbook.yml",
|
"playbook_file": "./galaxy-playbook.yml",
|
||||||
"galaxy_file": "./requirements.yml"
|
"galaxy_file": "./requirements.yml"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue