1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2017-12-08 01:28:52 -05:00 committed by GitHub
parent 2cb7173665
commit 00bcb85924
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,8 @@
- name: Download the phpMyAdmin software - name: Download phpMyAdmin software
get_url: get_url:
url: "{{ iiab_download_url }}/{{ phpmyadmin_name_zip }}" url: "{{ iiab_download_url }}/{{ phpmyadmin_name_zip }}"
dest: "{{ downloads_dir }}" dest: "{{ downloads_dir }}"
timeout: "{{ download_timeout }}"
#register: phpmyadmin_dl_output #register: phpmyadmin_dl_output
when: internet_available when: internet_available
@ -71,11 +72,11 @@
option: "{{ item.option }}" option: "{{ item.option }}"
value: "{{ item.value }}" value: "{{ item.value }}"
with_items: with_items:
- option: name - option: name
value: phpMyAdmin value: phpMyAdmin
- option: description - option: description
value: '"phpMyAdmin is an interface with a MySQL database written in PHP, and available to administer the database engine locally or across the network."' value: '"phpMyAdmin is an interface with a MySQL database written in PHP, and available to administer the database engine locally or across the network."'
- option: path - option: path
value: /opt/phpmyadmin value: /opt/phpmyadmin
- option: enabled - option: enabled
value: "{{ phpmyadmin_enabled }}" value: "{{ phpmyadmin_enabled }}"