X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ci%2Finstall_ansible.sh;h=b6d87746aaea29638ef3c0ae78532f0d9de3b02a;hb=c8483eeb22b493d194b9b9d5b6caac911d87989b;hp=dfb523e0d0c9f1e92d27a579ff91dbfe16d5b2d0;hpb=d97c464fe4c7ae16385bf101405a1f1f6a2dcb09;p=icn.git diff --git a/ci/install_ansible.sh b/ci/install_ansible.sh index dfb523e..b6d8774 100755 --- a/ci/install_ansible.sh +++ b/ci/install_ansible.sh @@ -1,4 +1,5 @@ +set -e export DEBIAN_FRONTEND=noninteractive apt update -apt install -y ansible +pip install ansible ansible-galaxy install geerlingguy.jenkins,3.7.0 --roles-path /etc/ansible/roles