REFACTOR: replace distribution with os_family

This commit is contained in:
2026-08-11 09:57:15 +04:00
parent 14c0b05bd2
commit ff948437c8
@@ -1,7 +1,6 @@
---
- name: Installing basic utils for comfort work (apt-based system)
when: (ansible_facts['distribution'] == "Debian") or
(ansible_facts['distribution'] == "Ubuntu")
when: (ansible_facts['os_family'] == "Debian")
ansible.builtin.apt:
name:
- vim