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
edx
configuration
Commits
cb2889fe
Commit
cb2889fe
authored
Mar 24, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moving task to remove identity to bottom of deploy.yml
parent
6c09bcfd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
playbooks/roles/edxapp/tasks/deploy.yml
+4
-4
No files found.
playbooks/roles/edxapp/tasks/deploy.yml
View file @
cb2889fe
...
@@ -54,10 +54,6 @@
...
@@ -54,10 +54,6 @@
-
"
restart
edxapp"
-
"
restart
edxapp"
-
"
restart
edxapp_workers"
-
"
restart
edxapp_workers"
-
name
:
remove read-only ssh key
file
:
path={{ edxapp_git_identity }} state=absent
when
:
EDXAPP_USE_GIT_IDENTITY
-
name
:
create checksum for requirements, package.json and Gemfile
-
name
:
create checksum for requirements, package.json and Gemfile
shell
:
>
shell
:
>
/usr/bin/md5sum {{ " ".join(edxapp_chksum_req_files) }} 2>/dev/null > /var/tmp/edxapp.req.new
/usr/bin/md5sum {{ " ".join(edxapp_chksum_req_files) }} 2>/dev/null > /var/tmp/edxapp.req.new
...
@@ -371,4 +367,8 @@
...
@@ -371,4 +367,8 @@
with_items
:
with_items
:
-
manage.py
-
manage.py
-
name
:
remove read-only ssh key
file
:
path={{ edxapp_git_identity }} state=absent
when
:
EDXAPP_USE_GIT_IDENTITY
-
set_fact
:
edxapp_installed=true
-
set_fact
:
edxapp_installed=true
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