90DaysOfDevOps/Days/Configmgmt/simple_play.yml

9 lines
172 B
YAML
Raw Normal View History

2022-03-07 05:18:28 +07:00
- name: Simple Play
hosts: localhost
connection: local
tasks:
- name: Ping me
ping:
- name: print os
debug:
msg: "{{ ansible_os_family }}"