mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-02 14:55:37 +02:00
Update to 2023-07-17 17:00
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
get_url:
|
||||
url: "{{ dokuwiki_archive_url }}"
|
||||
dest: "{{ dokuwiki_root_dir }}/tmp/"
|
||||
checksum: "sha1:{{ dokuwiki_archive_sha1 }}"
|
||||
checksum: "sha256:{{ dokuwiki_archive_sha256 }}"
|
||||
when: dokuwiki_install_mode != 'none'
|
||||
tags: dokuwiki
|
||||
|
||||
@@ -337,6 +337,15 @@
|
||||
notify: reload httpd
|
||||
tags: dokuwiki
|
||||
|
||||
- include_vars: "{{ item }}"
|
||||
with_first_found:
|
||||
- ../httpd_php/vars/{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml
|
||||
- ../httpd_php/vars/{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml
|
||||
- ../httpd_php/vars/{{ ansible_distribution }}.yml
|
||||
- ../httpd_php/vars/{{ ansible_os_family }}.yml
|
||||
- ../httpd_php/vars/defaults.yml
|
||||
tags: dokuwiki
|
||||
|
||||
- name: Deploy php configuration
|
||||
template: src=php.conf.j2 dest=/etc/opt/remi/php{{ dokuwiki_php_version }}/php-fpm.d/dokuwiki_{{ dokuwiki_id }}.conf
|
||||
notify: restart php-fpm
|
||||
|
Reference in New Issue
Block a user