Commit 6101e2e2 authored by nanahira's avatar nanahira

fix

parent b1b259b4
...@@ -50,6 +50,11 @@ ...@@ -50,6 +50,11 @@
when: ansible_distribution == 'Ubuntu' when: ansible_distribution == 'Ubuntu'
- name: resolv - name: resolv
include_tasks: ./tasks/resolve.yaml include_tasks: ./tasks/resolve.yaml
- name: dhclient hook directory
become: true
file:
path: /etc/dhcp/dhclient-enter-hooks.d
state: directory
- name: remove dhclient resolved hook - name: remove dhclient resolved hook
become: true become: true
file: file:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment