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:
parent
91a1ecb12f
commit
67bdf98457
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue