90DaysOfDevOps/docs/2022/Configmgmt/simple_play.yml
2023-03-14 11:03:42 -04:00

9 lines
172 B
YAML

- name: Simple Play
hosts: localhost
connection: local
tasks:
- name: Ping me
ping:
- name: print os
debug:
msg: "{{ ansible_os_family }}"