diff --git a/info.yml b/info.yml new file mode 100644 index 0000000..5d0d833 --- /dev/null +++ b/info.yml @@ -0,0 +1,7 @@ +--- +- name: Test Semaphore Sio + hosts: all + tasks: + - name: Get Debian Versiion + ansible.builtin.shell:i cat /etc/debian_version +