mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +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 |