Commit 35a2eef5 by Michael Roytman Committed by GitHub

Merge pull request #3925 from edx/mroytman/browsers-lifecycle-tags

lifecycle tags for browsers
parents 1f9daf4a 1784d6bb
......@@ -176,12 +176,18 @@
owner: root
group: root
when: ansible_distribution_release == 'trusty'
tags:
- install
- install:configuration
- name: start xvfb
service:
name: xvfb
state: restarted
when: ansible_distribution_release == 'trusty'
tags:
- manage
- manage:start
# Use systemd for xvfb in 16.04
- name: create xvfb systemd service
......@@ -202,5 +208,5 @@
state: started
when: ansible_distribution_release == 'xenial'
tags:
- install
- install:configuration
- manage
- manage:start
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment