aboutsummaryrefslogtreecommitdiffstats
path: root/installation/ansible-server/src/main/Playbooks/ansible_postcheck@0.00.yml
blob: 199bc50c8c746557bf8e7511c402da0434a40288 (plain)
1
2
3
4
5
6
---
- hosts: all
  tasks:
  - name: check the vpp version
    shell: vppctl show version | grep v17.07.01-release
    become: true