mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
phpmyadmin/tasks/install.yml: Clarify 'download_timeout: 100' (no longer 200 sec)
This commit is contained in:
parent
e254c039ae
commit
47169ac28a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
dest: /opt
|
dest: /opt
|
||||||
owner: "{{ apache_user }}" # www-data on debuntu
|
owner: "{{ apache_user }}" # www-data on debuntu
|
||||||
group: "{{ apache_user }}"
|
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 }}
|
- name: Symlink /opt/phpmyadmin -> {{ phpmyadmin_name }}
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue