1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

phpmyadmin/tasks/install.yml: Clarify 'download_timeout: 100' (no longer 200 sec)

This commit is contained in:
A Holt 2021-12-26 11:05:35 -05:00 committed by GitHub
parent e254c039ae
commit 47169ac28a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
dest: /opt
owner: "{{ apache_user }}" # www-data on debuntu
group: "{{ apache_user }}"
#timeout: "{{ download_timeout }}" # Use get_url if timeout (200s) required
#timeout: "{{ download_timeout }}" # Use get_url if timeout (100s) required
- name: Symlink /opt/phpmyadmin -> {{ phpmyadmin_name }}
file: