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

"src:" then "dest:" (code more readable)

This commit is contained in:
A Holt 2017-11-16 22:47:39 -05:00 committed by GitHub
parent 91a1ecb12f
commit 67bdf98457
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
- name: Create symbolic link /opt/phpmyadmin to phpMyAdmin folder above
file:
src: "{{ phpmyadmin_name }}"
path: /opt/phpmyadmin
dest: /opt/phpmyadmin
owner: "{{ apache_user }}"
state: link
@ -53,8 +53,8 @@
- name: Enable phpMyAdmin
file:
path: /etc/apache2/sites-enabled/phpmyadmin.conf
src: /etc/apache2/sites-available/phpmyadmin.conf
dest: /etc/apache2/sites-enabled/phpmyadmin.conf
state: link
when: phpmyadmin_enabled and is_debuntu