Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
3e17251b
Commit
3e17251b
authored
Dec 08, 2015
by
arbabnazar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove the logic that checks of MySQL 5.5
parent
3b30ebd0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
30 deletions
+0
-30
playbooks/roles/mysql/tasks/main.yml
+0
-8
playbooks/roles/mysql/tasks/remove_mysql_55.yml
+0
-22
No files found.
playbooks/roles/mysql/tasks/main.yml
View file @
3e17251b
...
...
@@ -21,14 +21,6 @@
repo
:
'
deb
http://ppa.launchpad.net/ondrej/mysql-5.6/ubuntu
precise
main'
update_cache
:
yes
-
name
:
look for mysql 5.5
shell
:
dpkg -L mysql-server-5.5
ignore_errors
:
true
register
:
mysql_55_installed
-
include
:
remove_mysql_55.yml
when
:
mysql_55_installed.rc != 1
-
name
:
install mysql 56 and dependencies
apt
:
name
:
"
{{
item
}}"
...
...
playbooks/roles/mysql/tasks/remove_mysql_55.yml
deleted
100644 → 0
View file @
3b30ebd0
---
#
# Tasks for fully removing mysql 5.5 from environments
# conditionally included when 5.5 is installed on the
# target system
#
-
name
:
stop mysql
service
:
name
:
mysql
state
:
stopped
-
name
:
remove prior version of mysql
apt
:
name
:
"
{{
item
}}"
state
:
absent
purge
:
yes
with_items
:
-
mysql-server-5.5
-
mysql-server
\ No newline at end of file
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