ifupdown2: use 'command' instead of 'shell'

This commit is contained in:
jeltz 2022-09-01 08:20:25 +02:00
parent a64dbf9aec
commit 10acf10c47
Signed by: jeltz
GPG key ID: 800882B66C0C3326

View file

@ -5,5 +5,5 @@
state: restarted state: restarted
- name: Bring all interfaces up - name: Bring all interfaces up
shell: /usr/sbin/ifup -a command: /usr/sbin/ifup -a
... ...