From 1f1aa1f0a88ae6e617e913acc8b1f95f99ba794a Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Thu, 4 Jul 2013 15:31:56 +0200 Subject: [PATCH] Fix path to ntp.conf.j2 in example. The "common" role adds "common/templates/" to the src path. --- docsite/latest/rst/bestpractices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/latest/rst/bestpractices.rst b/docsite/latest/rst/bestpractices.rst index 2456948548e..caff4c94062 100644 --- a/docsite/latest/rst/bestpractices.rst +++ b/docsite/latest/rst/bestpractices.rst @@ -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