commit | a4e2dad0a34d8b91f91f7248d7a21a9e4178d4e5 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Sat Nov 11 22:10:31 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Sat Nov 11 22:10:31 2017 -0500 |
tree | ab32b5a0d5ebe250e2b374d82dd9ca7da6c5f98a | |
parent | a2b824ef0e04ca99f2de64a68b183475a798ba1c [diff] |
Updated caching
diff --git a/tasks/with_proxy.yml b/tasks/with_proxy.yml index 0ea71a8..16a4f57 100644 --- a/tasks/with_proxy.yml +++ b/tasks/with_proxy.yml
@@ -1,13 +1,4 @@ --- -- name: Yum update with proxy - yum: - name: '*' - state: latest - environment: - http_proxy: "{{ http_proxy }}" - https_proxy: "{{ https_proxy }}" - no_proxy: "{{ no_proxy }}" - - name: Update basic yum os packages with proxy become: yes yum: