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
6f3f24fd
Commit
6f3f24fd
authored
Aug 18, 2017
by
Joseph Mulloy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace handler with register/when OPS-2205
parent
6f90e7c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
playbooks/roles/mongo_3_2/handlers/main.yml
+0
-4
playbooks/roles/mongo_3_2/tasks/main.yml
+2
-3
No files found.
playbooks/roles/mongo_3_2/handlers/main.yml
deleted
100644 → 0
View file @
6f90e7c9
---
-
name
:
restart mongo
service
:
name=mongod state=restarted
playbooks/roles/mongo_3_2/tasks/main.yml
View file @
6f3f24fd
...
...
@@ -162,7 +162,7 @@
mode
:
0600
owner
:
mongodb
group
:
mongodb
notify
:
restart mongo
register
:
update_mongod_key
tags
:
-
"
install"
-
"
install:configuration"
...
...
@@ -175,7 +175,6 @@
src
:
mongod.conf.j2
dest
:
/etc/mongod.conf
backup
:
yes
notify
:
restart mongo
register
:
update_mongod_conf
tags
:
-
"
install"
...
...
@@ -195,7 +194,7 @@
service
:
name
:
mongod
state
:
restarted
when
:
update_mongod_conf.changed
when
:
update_mongod_conf.changed
or update_mongod_key.changed
tags
:
-
"
install"
-
"
install:configuration"
...
...
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