temp: to be dropped

This commit is contained in:
VC
2024-07-05 11:53:38 +02:00
parent d4d02a183e
commit 1001258e85

8
debian_version.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Check Debian version
hosts: all:!baybay-ponay.mateu.be:!machinbox.mateu.be:!muse-HP-EliteBook-820-G2.home.arpa
tasks:
- name: Print Debian version
ansible.builtin.debug:
msg: "{{ ansible_os_family }}: {{ ansible_distribution_major_version }}"