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
|
- name: Create symbolic link /opt/phpmyadmin to phpMyAdmin folder above
|
||||||
file:
|
file:
|
||||||
src: "{{ phpmyadmin_name }}"
|
src: "{{ phpmyadmin_name }}"
|
||||||
path: /opt/phpmyadmin
|
dest: /opt/phpmyadmin
|
||||||
owner: "{{ apache_user }}"
|
owner: "{{ apache_user }}"
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
|
@ -53,8 +53,8 @@
|
||||||
|
|
||||||
- name: Enable phpMyAdmin
|
- name: Enable phpMyAdmin
|
||||||
file:
|
file:
|
||||||
path: /etc/apache2/sites-enabled/phpmyadmin.conf
|
|
||||||
src: /etc/apache2/sites-available/phpmyadmin.conf
|
src: /etc/apache2/sites-available/phpmyadmin.conf
|
||||||
|
dest: /etc/apache2/sites-enabled/phpmyadmin.conf
|
||||||
state: link
|
state: link
|
||||||
when: phpmyadmin_enabled and is_debuntu
|
when: phpmyadmin_enabled and is_debuntu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue