Merge "Prevent duplicated lines" into stable/pike

This commit is contained in:
Zuul 2018-06-01 08:57:57 +00:00 committed by Gerrit Code Review
commit 2b0e5e0c64
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@
lineinfile:
line: "source /etc/network/interfaces.d/*.cfg"
dest: "/etc/network/interfaces"
regexp: "^source /etc/network/interfaces.d/.*"
- name: Set the host intefaces up
command: "/sbin/ifup {{ item.value.iface }}"