aboutsummaryrefslogtreecommitdiffstats
path: root/installation/ansible-server/src/main/Playbooks/ansible_pyver@0.00.yml
blob: ad90e54b6d8bfdc6ccce4cb47965c83f1d1f269c (plain)
1
2
3
4
5
6
---
- hosts: all
  tasks:
  - name: check the python version
    shell: python --version  2>&1 | grep 2.7.12
    become: true