---
- name: Ping 
  hosts: all 

  tasks:
  - name: ping
    ping:
