commit | b46a6dc6d898ddcd858ec272be69567912eb9278 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias@one.verizon.com> | Wed Aug 09 10:05:19 2017 -0400 |
committer | Carlos Frias <carlos.frias@one.verizon.com> | Wed Aug 09 10:05:19 2017 -0400 |
tree | 75ed0ecdc2245e9a6222e597613a87a8af52a9d4 | |
parent | 53d8c9eac85209c948ec630eae0c728b47366b0e [diff] |
updated yum config
diff --git a/tasks/main.yml b/tasks/main.yml index abe0706..f1f6f8d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -14,6 +14,11 @@ become: yes shell: "yum clean all" +- name: Yum update + yum: + name: '*' + state: latest + - name: Create pip config folder file: path: "{{ pip_conf_dir }}"