X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=stor4nfv.git;a=blobdiff_plain;f=ci%2Fansible%2Froles%2Fcommon%2Ftasks%2Fmain.yml;h=7ae223417053f317bcfd9f5510566c0a28ada9ce;hp=d6bef823e2a65d22798a3bc3d69dc04564738693;hb=6bc7e08cc5d80941c80e8d36d3a2b1373f147a05;hpb=6018fcdd41c2074b2c94d8033f1434be028b054b diff --git a/ci/ansible/roles/common/tasks/main.yml b/ci/ansible/roles/common/tasks/main.yml old mode 100755 new mode 100644 index d6bef82..7ae2234 --- a/ci/ansible/roles/common/tasks/main.yml +++ b/ci/ansible/roles/common/tasks/main.yml @@ -1,121 +1,121 @@ ---- -# If we can't get golang installed before any module is used we will fail -# so just try what we can to get it installed -- name: check for golang - stat: - path: /usr/local/go - ignore_errors: yes - register: systemgolang - -- name: install golang for debian based systems - shell: - cmd: | - set -e - set -x - - wget {{ golang_download_url }} -P /opt/ - tar xvf /opt/{{ golang_tarball }} -C /usr/local/ - cat >> /etc/profile < opensds.conf < opensds.conf <