diff --git a/info.yml b/info.yml index 5d0d833..1860ffb 100644 --- a/info.yml +++ b/info.yml @@ -3,5 +3,5 @@ hosts: all tasks: - name: Get Debian Versiion - ansible.builtin.shell:i cat /etc/debian_version + ansible.builtin.shell: cat /etc/debian_version