Use the galaxy playbook in the galaxy packer file

This commit is contained in:
Artis3n 2020-09-05 18:15:42 -04:00
parent 611899f7b2
commit 9a2908d1d9
1 changed files with 1 additions and 1 deletions

View File

@ -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"
} }
], ],