Commit 1f1aa1f0 by Patrik Lundin

Fix path to ntp.conf.j2 in example.

The "common" role adds "common/templates/" to the src path.
parent cff4ab51
......@@ -162,7 +162,7 @@ Below is an example tasks file, that explains how a role works. Our common role
tags: ntp
- name: be sure ntp is configured
template: src=common/templates/ntp.conf.j2 dest=/etc/ntp.conf
template: src=ntp.conf.j2 dest=/etc/ntp.conf
notify:
- restart ntpd
tags: ntp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment