dotfiles/dotfiles.yml
Johannes Rothe ba33b7c0fc Add git lfs
2023-04-25 14:28:48 +02:00

11 lines
229 B
YAML

---
- hosts: all
name: Dotfiles
roles:
- dotfiles
tasks:
- name: Debug
ansible.builtin.debug:
msg:
"System operating with {{ ansible_distribution }} {{ ansible_distribution_major_version }}"