Merge "Prevent duplicated lines"

This commit is contained in:
Zuul 2018-06-01 21:25:05 +00:00 committed by Gerrit Code Review
commit 33896a157c

View File

@ -140,6 +140,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 }}"