Skip to content

Instantly share code, notes, and snippets.

@marzdgzmn
Created April 12, 2019 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marzdgzmn/0472c3aafcbaacda3f2363f9af22ac8f to your computer and use it in GitHub Desktop.
Save marzdgzmn/0472c3aafcbaacda3f2363f9af22ac8f to your computer and use it in GitHub Desktop.
- name: restart named-chroot
systemd:
name: named-chroot
daemon_reload: yes
state: restarted
- name: ensure named-chroot is started
systemd:
name: named-chroot
enabled: true
state: started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment