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