Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca87983 commit de45ca5Copy full SHA for de45ca5
roles/mysql_server/tasks/main.yml
@@ -3,15 +3,16 @@
3
4
- name: predefine MySQL root passwd
5
shell: executable=/bin/bash debconf-set-selections <<< "mysql-server-5.5 mysql-server/root_password password hive_{{ site_name }}"
6
+ tags: mysql
7
8
- name: predefine MySQL root passwd confirm
9
shell: executable=/bin/bash debconf-set-selections <<< "mysql-server-5.5 mysql-server/root_password_again password hive_{{ site_name }}"
10
11
12
- name: install MySQL via apt
13
apt: name={{ item }}
14
with_items:
15
- mysql-server-5.5
16
- libmysql-java
17
- python-mysqldb
- tags:
- - mysql
18
0 commit comments