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

updated to support all OSes using systemd

parent ebf8231c
Branches
Tags
No related merge requests found
......@@ -54,9 +54,8 @@
when: docker_package_info.pkgs|length > 0
- name: allow for proxies on RHEL systems
include: rhel-proxies.yml
when: ansible_distribution in ["CentOS","RedHat"] and
ansible_distribution_major_version >= 7 and
include: systemd-proxies.yml
when: ansible_service_mgr == "systemd" and
(http_proxy is defined or https_proxy is defined or no_proxy is defined)
- meta: flush_handlers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment