Chore: Add gerrit maven verify GHA workflow
[sdnc/oam.git] / installation / ansible-server / src / main / Playbooks / ansible_pyver@0.00.yml
1 ---\r
2 - hosts: all\r
3   tasks:\r
4   - name: check the python version\r
5     shell: python --version  2>&1 | grep 2.7.12\r
6     become: true\r