dotfiles/dotfiles.yml

12 lines
258 B
YAML

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