From: Oleg Broytman Date: Fri, 26 Jul 2019 21:17:00 +0000 (+0300) Subject: Feat(add-apache-vhost): Declare `install-dehydrated` as a dependency X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=5578afee75eff531cabe94fdb9b6cab7156069fc;p=ansible.git Feat(add-apache-vhost): Declare `install-dehydrated` as a dependency --- diff --git a/playbooks/debian/roles/add-apache-vhost/meta/main.yml b/playbooks/debian/roles/add-apache-vhost/meta/main.yml new file mode 100644 index 0000000..342147e --- /dev/null +++ b/playbooks/debian/roles/add-apache-vhost/meta/main.yml @@ -0,0 +1 @@ +dependencies: ['install-dehydrated']