Update the index.html.j2 example master
authorLorin Hochstein <lorinh@gmail.com>
Sun, 24 Sep 2017 05:11:14 +0000 (22:11 -0700)
committerLorin Hochstein <lorinh@gmail.com>
Sun, 24 Sep 2017 05:11:14 +0000 (22:11 -0700)
ch02/playbooks/templates/index.html.j2

index a276e9d..62b15e8 100644 (file)
@@ -6,7 +6,7 @@
   <h1>nginx, configured by Ansible</h1>
   <p>If you can see this, Ansible successfully installed nginx.</p>
 
-  <p>{{ ansible_managed }}</p>
+  <p>Running on {{ inventory_hostname }}</p>
   </body>
 </html>