Commit 324a28f3 by Michael DeHaan

Merge pull request #3439 from eest/bestpractices_templates_fix

Fix path to ntp.conf.j2 in example.
parents f8c7a3c6 1f1aa1f0
...@@ -162,7 +162,7 @@ Below is an example tasks file, that explains how a role works. Our common role ...@@ -162,7 +162,7 @@ Below is an example tasks file, that explains how a role works. Our common role
tags: ntp tags: ntp
- name: be sure ntp is configured - 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: notify:
- restart ntpd - restart ntpd
tags: ntp 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