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
fd8e63c8
Commit
fd8e63c8
authored
Feb 08, 2016
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Use a symlink for the browsermob wrapper script"
This reverts commit
5866d192
.
parent
121b4720
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
playbooks/roles/browsermob-proxy/tasks/main.yml
+12
-4
No files found.
playbooks/roles/browsermob-proxy/tasks/main.yml
View file @
fd8e63c8
...
@@ -39,13 +39,21 @@
...
@@ -39,13 +39,21 @@
-
install
-
install
-
install:system-requirements
-
install:system-requirements
-
name
:
symlink /usr/local/bin/browsermob-proxy
-
name
:
add wrapper script /usr/local/bin/browsermob-proxy
file
:
copy
:
state
:
link
src
:
browsermob-proxy
src
:
"
{{
browsermob_proxy_dir
}}/bin/browsermob-proxy"
dest
:
/usr/local/bin/browsermob-proxy
dest
:
/usr/local/bin/browsermob-proxy
when
:
download_browsermob_proxy.changed
when
:
download_browsermob_proxy.changed
tags
:
tags
:
-
install
-
install
-
install:system-requirements
-
install:system-requirements
-
name
:
change permissions of wrapper script
file
:
path
:
/usr/local/bin/browsermob-proxy
mode
:
0755
when
:
download_browsermob_proxy.changed
tags
:
-
install
-
install:system-requirements
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