diff --git a/tasks/apache.yml b/tasks/apache.yml index 600e4d3..847222b 100644 --- a/tasks/apache.yml +++ b/tasks/apache.yml @@ -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 diff --git a/tasks/req.yml b/tasks/req.yml index a9c3107..d51708d 100644 --- a/tasks/req.yml +++ b/tasks/req.yml @@ -5,4 +5,5 @@ name: - git - python3-pymysql + - librest-client-perl