From 4dec1d172b1e250f98238b47895c5ea96015acbc Mon Sep 17 00:00:00 2001
From: Dag Wieers 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:
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.