add check task

This commit is contained in:
Simon 2024-05-30 17:20:31 +02:00
parent e855733a59
commit b49ab2a2a4
1 changed files with 3 additions and 0 deletions

3
tasks/check.yml Normal file
View File

@ -0,0 +1,3 @@
- name: lookup debian version
shell: cat /etc/debian_version
register: debian_version