removed nginx-php dependency
This commit is contained in:
parent
c24a2c7eef
commit
e8a8b46ca6
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
dependencies:
|
dependencies:
|
||||||
- { role: nginx }
|
- { role: nginx }
|
||||||
- { role: nginx-php }
|
|
||||||
- { role: mariadb }
|
- { role: mariadb }
|
||||||
|
|
|
||||||
2
vars/main.yml
Normal file
2
vars/main.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
nginx:
|
||||||
|
php: True
|
||||||
Loading…
Add table
Add a link
Reference in a new issue