dotfiles/dotfiles.yml

12 lines
258 B
YAML
Raw Normal View History

---
# - fix symlinks for folders
- hosts: all
2023-01-03 22:33:55 +01:00
name: Dotfiles
roles:
- dotfiles
tasks:
2023-01-03 22:33:55 +01:00
- name: Debug
ansible.builtin.debug:
msg:
"System operating with {{ ansible_distribution }} {{ ansible_distribution_major_version }}"