suppression site apache par defaut et ajout dep perl

This commit is contained in:
2022-06-20 09:08:42 +02:00
parent 32f11f16d1
commit c690fa8508
2 changed files with 7 additions and 0 deletions

View File

@@ -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

View File

@@ -5,4 +5,5 @@
name:
- git
- python3-pymysql
- librest-client-perl