suppression site apache par defaut et ajout dep perl
This commit is contained in:
@@ -23,6 +23,12 @@
|
||||
- apache-shared-opac-plack.conf
|
||||
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
|
||||
apache2_module:
|
||||
state: present
|
||||
|
||||
@@ -5,4 +5,5 @@
|
||||
name:
|
||||
- git
|
||||
- python3-pymysql
|
||||
- librest-client-perl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user