Dickson Tung
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/bootstrap-os/tasks/bootstrap-redhat.yml
|
|
@ -17,7 +17,7 @@ |
|
|
|
when: not skip_http_proxy_on_os_packages |
|
|
|
|
|
|
|
- name: Add proxy to RHEL subscription-manager if http_proxy is defined |
|
|
|
command: /sbin/subscription-manager config --server.proxy_hostname={{ http_proxy | regex_replace(':\\d+$') }} --server.proxy_port={{ http_proxy | regex_replace('^.*:') }} |
|
|
|
command: /sbin/subscription-manager config --server.proxy_hostname={{ http_proxy | regex_replace(':\d+$') }} --server.proxy_port={{ http_proxy | regex_replace('^.*:') }} |
|
|
|
become: true |
|
|
|
when: |
|
|
|
- not skip_http_proxy_on_os_packages |
|
|
|