90DaysOfDevOps/zh_tw/Days/Configmgmt/simple_play.yml

9 lines
172 B
YAML
Raw Normal View History

2022-04-21 21:17:43 +07:00
- name: Simple Play
hosts: localhost
connection: local
tasks:
- name: Ping me
ping:
- name: print os
debug:
msg: "{{ ansible_os_family }}"