X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fansible-server%2Fsrc%2Fmain%2Fyml%2Fansible_precheck%400.00.yml;fp=installation%2Fansible-server%2Fsrc%2Fmain%2Fyml%2Fansible_precheck%400.00.yml;h=e596aa2998c7bdd11a95b15e2dc5759a08c848d8;hb=03161921e2a0728d0a7e0a604b6744cbb621e337;hp=0000000000000000000000000000000000000000;hpb=af57c16205ca6ae5cfd459de54f6a288d993e6db;p=sdnc%2Foam.git diff --git a/installation/ansible-server/src/main/yml/ansible_precheck@0.00.yml b/installation/ansible-server/src/main/yml/ansible_precheck@0.00.yml new file mode 100644 index 00000000..e596aa29 --- /dev/null +++ b/installation/ansible-server/src/main/yml/ansible_precheck@0.00.yml @@ -0,0 +1,6 @@ +--- +- hosts: all + tasks: + - name: check the vpp version + shell: vppctl show version | grep v17.04.2-release + become: true