Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
47d466df
authored
Nov 21, 2016
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update ansible mysql deps
parent
0e5d90f3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
sails/roles/mysql/tasks/main.yml
sails/roles/mysql/tasks/main.yml
View file @
47d466df
...
@@ -16,17 +16,11 @@
...
@@ -16,17 +16,11 @@
name
:
"
{{
item
}}"
name
:
"
{{
item
}}"
state
:
present
state
:
present
with_items
:
with_items
:
-
mysql-server
-5.7
-
mysql-server
-
mysql-client
-
mysql-client
-
python-mysqldb
# required by ansible
-
python-mysqldb
# required by ansible
when
:
ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
when
:
ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
-
name
:
Add MySQL community repository
yum
:
name
:
"
http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm"
state
:
present
when
:
ansible_distribution == 'CentOS' and ansible_distribution_major_version == '7'
-
name
:
Install mysql packages
-
name
:
Install mysql packages
yum
:
yum
:
name
:
"
{{
item
}}"
name
:
"
{{
item
}}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment