Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Merge requests
!111
fix whitespace
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix whitespace
allow_stale_nfs
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Chris Hines
requested to merge
allow_stale_nfs
into
master
8 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
73c1b8e2
1 commit,
8 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
roles/allow_stale_nfs/tasks/main.yml
+
2
−
2
Options
---
-
name
:
remove /usr/local/ from the PATH in /etc/profile
lineinfile
:
lineinfile
:
args
:
dest
:
"
/etc/profile"
insertbefore
:
BOF
@@ -9,7 +9,7 @@
become_user
:
root
-
name
:
remove /usr/local/ from the PATH in /etc/profile
lineinfile
:
lineinfile
:
args
:
dest
:
"
/etc/profile"
regexp
:
"
.*pathmunge
/usr/local.*"
Loading