commit | cbcb151eda1ce8092eef3e6bb5cfbf7b0f51b54c | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Oct 18 23:15:49 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Oct 18 23:15:49 2017 -0500 |
tree | 16b7dca514070057240c2b2b4af5d98b23c11036 | |
parent | 4dfe72af8ed87f4b244be78dc4e280d78a73ec94 [diff] |
fixed semantics for archives
diff --git a/tasks/main.yml b/tasks/main.yml index f20bce1..bea61e8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,11 +1,13 @@ --- # tasks file for apigee-opdk-setup-local-repository - name: Install rsync if its missing + become: yes yum: name: rsync state: present - name: First scp download attempt failed, trying with rsync + become: no synchronize: mode: pull src: '{{ apigeerepobasepath }}/{{ apigee_archive_name }}'