#!/bin/sh
exec ansible-playbook -i hosts.ini destroy.yml "$@"
