diff --git a/packer.json b/packer.json index 2befb32..5e2a0cf 100644 --- a/packer.json +++ b/packer.json @@ -13,6 +13,11 @@ { "type": "shell", "script": "./setup.sh" + }, + { + "type": "ansible", + "playbook_file": "ansible/playbook.yml", + "user": "root" } ] }