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