Use variables

This commit is contained in:
Oliver Davies 2019-01-22 21:04:37 +00:00
parent 5b4c91091e
commit 57e8aa59fa
3 changed files with 10 additions and 4 deletions

View file

@ -1,7 +1,7 @@
---
apache_vhosts:
- servername: dransible
documentroot: "/var/www/app/web"
documentroot: "{{ app_project_docroot }}"
php_packages:
- libapache2-mod-php{{ php_default_version_debian }}