to enable rewrite module in apache server

This commit is contained in:
Naglfar 2019-06-05 16:52:35 +00:00
parent 513f6676e7
commit 389b691a25
1 changed files with 5 additions and 1 deletions

View File

@ -12,3 +12,7 @@
apache2_module: apache2_module:
name: php7.0 name: php7.0
state: present state: present
- name: rewrite
apache2_module:
name: rewrite
state: present