to enable rewrite module in apache server

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

View File

@ -11,4 +11,8 @@
- name: php7.0
apache2_module:
name: php7.0
state: present
state: present
- name: rewrite
apache2_module:
name: rewrite
state: present