removed nginx-php dependency

This commit is contained in:
nd 2019-04-09 21:00:22 +02:00
parent c24a2c7eef
commit e8a8b46ca6
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,4 @@
--- ---
dependencies: dependencies:
- { role: nginx } - { role: nginx }
- { role: nginx-php }
- { role: mariadb } - { role: mariadb }

2
vars/main.yml Normal file
View file

@ -0,0 +1,2 @@
nginx:
php: True