diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 121d977..2b51ad4 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -85,7 +85,7 @@ # when: node.net is defined - name: apply NICs config - command: alterator-cmdline /net-eth action write commit "#t" + command: 'alterator-cmdline /net-eth action write commit "#t"; service network restart' changed_when: false async: 100 poll: 0