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