Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
ebf8231c
Commit
ebf8231c
authored
8 years ago
by
Spencer Smith
Browse files
Options
Downloads
Patches
Plain Diff
only run if proxy variables are added
parent
adceaf60
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/docker/tasks/main.yml
+2
-1
2 additions, 1 deletion
roles/docker/tasks/main.yml
with
2 additions
and
1 deletion
roles/docker/tasks/main.yml
+
2
−
1
View file @
ebf8231c
...
...
@@ -56,7 +56,8 @@
-
name
:
allow for proxies on RHEL systems
include
:
rhel-proxies.yml
when
:
ansible_distribution in ["CentOS","RedHat"] and
ansible_distribution_major_version >=
7
ansible_distribution_major_version >= 7 and
(http_proxy is defined or https_proxy is defined or no_proxy is defined)
-
meta
:
flush_handlers
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment