Advertisement
Guest User

Untitled

a guest
Sep 5th, 2015
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. - name: Create dnsmasq config file in /usr/local/etc/ from template
  2. template: src=dnsmasq.conf.j2 dest=/usr/local/etc/dnsmasq.conf
  3. notify:
  4. - restart dnsmasq
  5.  
  6. - name: restart dnsmasq
  7. sudo: yes
  8. command: sudo launchctl stop homebrew.mxcl.dnsmasq
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement