e891e8ba06
Change-Id: I4cc76534051b1bc6377aa82fb74fcbc7232169ed
10 lines
283 B
YAML
10 lines
283 B
YAML
---
|
|
#
|
|
# Removes 99-dhcp-all-interfaces.rules to prevent creating failed systemd resources
|
|
# See https://bugzilla.redhat.com/show_bug.cgi?id=1293712
|
|
#
|
|
|
|
- name: Remove 99-dhcp-all-interfaces.rules
|
|
become: true
|
|
file: path=/etc/udev/rules.d/99-dhcp-all-interfaces.rules state=absent
|