2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 07:28:25 +00:00

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