diff --git a/ansible-set-static-ip.yml b/ansible-set-static-ip.yml index 1d2febd..4153e99 100644 --- a/ansible-set-static-ip.yml +++ b/ansible-set-static-ip.yml @@ -22,6 +22,8 @@ service: name: NetworkManager state: restarted + - debug: + msg: "{{ netmask | ipaddr('prefix') }}" when: dpkg_query_result.rc == 0 - name: Setze statische IP wenn NetworkManager NICHT installiert ist