diff --git a/test/fixtures/provisioner-ansible/galaxy.json b/test/fixtures/provisioner-ansible/galaxy.json index e09a47cdc..879c925f6 100644 --- a/test/fixtures/provisioner-ansible/galaxy.json +++ b/test/fixtures/provisioner-ansible/galaxy.json @@ -3,7 +3,7 @@ "provisioners": [ { "type": "ansible", - "playbook_file": "./playbook.yml", + "playbook_file": "./galaxy-playbook.yml", "galaxy_file": "./requirements.yml" } ],