mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
phpmyadmin: Remove stale comment, cleaner spacing
This commit is contained in:
parent
3aaa430525
commit
f1fbd524d9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
url: "{{ phpmyadmin_dl_url }}" # e.g. https://files.phpmyadmin.net/phpMyAdmin/5.0.4/phpMyAdmin-5.0.4-all-languages.zip
|
||||
dest: "{{ downloads_dir }}" # /opt/iiab/downloads
|
||||
timeout: "{{ download_timeout }}"
|
||||
#when: internet_available
|
||||
|
||||
- name: Does {{ downloads_dir }}/{{ phpmyadmin_name_zip }} exist?
|
||||
stat:
|
||||
|
@ -46,6 +45,7 @@
|
|||
# # recurse: yes
|
||||
# # state: directory
|
||||
|
||||
|
||||
# RECORD phpMyAdmin AS INSTALLED
|
||||
|
||||
- name: "Set 'phpmyadmin_installed: True'"
|
||||
|
|
Loading…
Reference in a new issue