mirror of
https://github.com/frappe/bench.git
synced 2024-11-14 17:24:04 +00:00
7 lines
195 B
YAML
7 lines
195 B
YAML
- name: add dnsmasq to network config
|
|
lineinfile: >
|
|
dest=/etc/NetworkManager/NetworkManager.conf
|
|
regexp="dns="
|
|
line="dns=dnsmasq"
|
|
state=present
|
|
notify: restart network manager |