dotfiles/dotfiles.yml

11 lines
217 B
YAML
Raw Normal View History

---
# - fix symlinks for folders
- hosts: all
roles:
- bootstrap
- dotfiles
tasks:
- debug:
msg:
"System operating with {{ ansible_distribution }} {{ ansible_distribution_major_version }}"