Do not enable Apache module PHP7.3

This commit is contained in:
Alex Kotov 2020-01-21 18:01:44 +05:00
parent 6ba1ae0904
commit 43e1429b0f
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 2 additions and 4 deletions

View File

@ -11,5 +11,5 @@ common__nginx__upstreams: []
common__nginx__sites: []
common__apache__remove_default: true
common__apache__modules: ['php7.3', 'rewrite', 'ssl']
common__apache__modules: ['rewrite', 'ssl']
common__apache__sites: []

View File

@ -1,9 +1,7 @@
---
- name: Install Apache
apt:
name:
- apache2
- libapache2-mod-php
name: apache2
- name: Create directories for Apache configuration
file: