Use variables
This commit is contained in:
parent
5b4c91091e
commit
57e8aa59fa
3 changed files with 10 additions and 4 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue