git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
891b85c
)
Update the index.html.j2 example
master
author
Lorin Hochstein
<lorinh@gmail.com>
Sun, 24 Sep 2017 05:11:14 +0000
(22:11 -0700)
committer
Lorin Hochstein
<lorinh@gmail.com>
Sun, 24 Sep 2017 05:11:14 +0000
(22:11 -0700)
ch02/playbooks/templates/index.html.j2
patch
|
blob
|
history
diff --git
a/ch02/playbooks/templates/index.html.j2
b/ch02/playbooks/templates/index.html.j2
index
a276e9d
..
62b15e8
100644
(file)
--- a/
ch02/playbooks/templates/index.html.j2
+++ b/
ch02/playbooks/templates/index.html.j2
@@
-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>