90DaysOfDevOps/Days/Configmgmt/simple_play.yml
2022-03-06 22:18:28 +00: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 }}"