commit | d84cfbe91ebe9f3da6a4196ccf5a01b5671c3bd1 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Tue Oct 31 13:21:34 2017 -0400 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Tue Oct 31 13:21:34 2017 -0400 |
tree | 6c5fac0b449acdd5b915f7b3fe0a214879a8a7b8 | |
parent | 5a43682dae355e8742944f6a73cafbff4fe848ca [diff] |
escalating priviledge from role
diff --git a/tasks/install-online.yml b/tasks/install-online.yml index aaf9cf1..23c5575 100644 --- a/tasks/install-online.yml +++ b/tasks/install-online.yml
@@ -29,6 +29,7 @@ when: not bootstrap_exists.stat.exists - name: Yum clean all + become: yes shell: "yum clean all" - block: @@ -40,6 +41,7 @@ rescue: - name: Yum failed to update, let's clean yum + become: yes shell: 'yum clean all' - include_tasks: online/install-bootstrap-with-no-proxy.yml