90DaysOfDevOps/2022/tr/Days/Configmgmt/simple_play.yml

9 lines
172 B
YAML
Raw Normal View History

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