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
1784d6bb
Commit
1784d6bb
authored
7 years ago
by
Michael Roytman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lifecycle tags for browsers
parent
1f9daf4a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
playbooks/roles/browsers/tasks/main.yml
+8
-2
No files found.
playbooks/roles/browsers/tasks/main.yml
View file @
1784d6bb
...
@@ -176,12 +176,18 @@
...
@@ -176,12 +176,18 @@
owner
:
root
owner
:
root
group
:
root
group
:
root
when
:
ansible_distribution_release == 'trusty'
when
:
ansible_distribution_release == 'trusty'
tags
:
-
install
-
install:configuration
-
name
:
start xvfb
-
name
:
start xvfb
service
:
service
:
name
:
xvfb
name
:
xvfb
state
:
restarted
state
:
restarted
when
:
ansible_distribution_release == 'trusty'
when
:
ansible_distribution_release == 'trusty'
tags
:
-
manage
-
manage:start
# Use systemd for xvfb in 16.04
# Use systemd for xvfb in 16.04
-
name
:
create xvfb systemd service
-
name
:
create xvfb systemd service
...
@@ -202,5 +208,5 @@
...
@@ -202,5 +208,5 @@
state
:
started
state
:
started
when
:
ansible_distribution_release == 'xenial'
when
:
ansible_distribution_release == 'xenial'
tags
:
tags
:
-
install
-
manage
-
install:configuration
-
manage:start
This diff is collapsed.
Click to expand it.
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