suppression site apache par defaut et ajout dep perl
This commit is contained in:
@@ -23,6 +23,12 @@
|
|||||||
- apache-shared-opac-plack.conf
|
- apache-shared-opac-plack.conf
|
||||||
notify: reload apache
|
notify: reload apache
|
||||||
|
|
||||||
|
- name: disable default site
|
||||||
|
file:
|
||||||
|
path: "/etc/apache2/sites-enabled/000-default.conf"
|
||||||
|
state: "absent"
|
||||||
|
notify: reload apache
|
||||||
|
|
||||||
- name: activate required modules
|
- name: activate required modules
|
||||||
apache2_module:
|
apache2_module:
|
||||||
state: present
|
state: present
|
||||||
|
|||||||
@@ -5,4 +5,5 @@
|
|||||||
name:
|
name:
|
||||||
- git
|
- git
|
||||||
- python3-pymysql
|
- python3-pymysql
|
||||||
|
- librest-client-perl
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user