Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de45ca5

Browse files
committed
MySQL tags.
1 parent ca87983 commit de45ca5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

roles/mysql_server/tasks/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33

44
- name: predefine MySQL root passwd
55
shell: executable=/bin/bash debconf-set-selections <<< "mysql-server-5.5 mysql-server/root_password password hive_{{ site_name }}"
6+
tags: mysql
67

78
- name: predefine MySQL root passwd confirm
89
shell: executable=/bin/bash debconf-set-selections <<< "mysql-server-5.5 mysql-server/root_password_again password hive_{{ site_name }}"
10+
tags: mysql
911

1012
- name: install MySQL via apt
1113
apt: name={{ item }}
1214
with_items:
1315
- mysql-server-5.5
1416
- libmysql-java
1517
- python-mysqldb
16-
tags:
17-
- mysql
18+
tags: mysql

0 commit comments

Comments
 (0)