updated yum config
diff --git a/tasks/main.yml b/tasks/main.yml index ed56c26..4f8d22c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -3,7 +3,7 @@ - block: - name: Use no proxy definitions - include: no_proxy.yml + include: with_no_proxy.yml when: opdk_version | version_compare('4.16', '>=') and http_proxy is not defined and https_proxy is not defined - name: Use proxy definitions