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
!236
Fix Deprecation warnings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix Deprecation warnings
fix_warnings
into
master
Overview
0
Commits
1
Pipelines
0
Changes
6
Merged
Trung Nguyen
requested to merge
fix_warnings
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Viewing commit
19a3d174
Show latest version
6 files
+
17
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
19a3d174
Fix Deprecation warnings
· 19a3d174
Trung Nguyen
authored
5 years ago
roles/config_repos/tasks/main.yml
+
2
−
0
Options
@@ -41,6 +41,8 @@
shell
:
yum repolist all | grep enabled | cut -f 1 -d '/' | sed -s 's/\!//'
register
:
repolist
check_mode
:
no
args
:
warn
:
False
-
name
:
disable unwanted repos
shell
:
yum-config-manager --disable "{{ item }}"
Loading