Skip to content
Snippets Groups Projects
Commit 9b8a7575 authored by Spencer Smith's avatar Spencer Smith
Browse files

missed a name update :)

parent a894a8c7
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
with_items: "{{ docker_package_info.pkgs }}"
when: docker_package_info.pkgs|length > 0
- name: allow for proxies on RHEL systems
- name: allow for proxies on systems using systemd
include: systemd-proxies.yml
when: ansible_service_mgr == "systemd" and
(http_proxy is defined or https_proxy is defined or no_proxy is defined)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment