From 4dec1d172b1e250f98238b47895c5ea96015acbc Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Tue, 17 Apr 2012 15:06:12 +0200 Subject: [PATCH] Fix small typo --- examples.html | 4 ++-- rst/examples.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples.html b/examples.html index a13221faefd..a1a5bfe6bc0 100644 --- a/examples.html +++ b/examples.html @@ -226,7 +226,7 @@ ansible webservers -m template -a "src=/srv/ntp.j2 dest=/etc/ntp.conf"

Ansible variables are used in templates by using the name surrounded by double curly-braces. If facter or ohai were installed on the remote machine, variables -from those programs can be accessed too, which the appropriate prefix:

+from those programs can be accessed too, using the appropriate prefix:

This is an Ansible variable: {{ favcolor }}
 This is a facter variable: {{ facter_hostname }}
 This is an ohai variable: {{ ohai_foo }}
@@ -348,4 +348,4 @@ a simplified syntax for this.

- \ No newline at end of file + diff --git a/rst/examples.rst b/rst/examples.rst index 00ff5d66304..5e759ab3399 100644 --- a/rst/examples.rst +++ b/rst/examples.rst @@ -86,7 +86,7 @@ simpler:: Ansible variables are used in templates by using the name surrounded by double curly-braces. If facter or ohai were installed on the remote machine, variables -from those programs can be accessed too, which the appropriate prefix:: +from those programs can be accessed too, using the appropriate prefix:: This is an Ansible variable: {{ favcolor }} This is a facter variable: {{ facter_hostname }}