1
2
3
4
5
---
- fail: msg="This role currently only supports AlpineLinux!"
when:
- ansible_distribution != "Alpine"
My personal ansible roles and playbooks [deprecated in favor of nixos]
1
2
3
4
5
---
- fail: msg="This role currently only supports AlpineLinux!"
when:
- ansible_distribution != "Alpine"