missed a name update :)

This commit is contained in:
Spencer Smith 2016-05-12 09:30:11 -07:00
parent a894a8c7bc
commit 9b8a757526

View file

@ -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)