ifupdown2: use 'command' instead of 'shell'
This commit is contained in:
parent
a64dbf9aec
commit
10acf10c47
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue