summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-02-28 08:52:14 +0100
committerMichael DeHaan <michael.dehaan@gmail.com>2012-02-28 08:52:14 +0100
commitd0906e187f05192c39694a188fd61d8f7dfc6788 (patch)
tree7ba3970f839e8775a628b4fbbb54c6ff0039a068 /docs
parentManpage and doc updates (diff)
downloadansible-d0906e187f05192c39694a188fd61d8f7dfc6788.tar.xz
ansible-d0906e187f05192c39694a188fd61d8f7dfc6788.zip
Correct file location error in example
Diffstat (limited to 'docs')
-rw-r--r--docs/man/man5/ansible-playbook.5.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/man5/ansible-playbook.5.asciidoc b/docs/man/man5/ansible-playbook.5.asciidoc
index 701bcfc20f..a03776116d 100644
--- a/docs/man/man5/ansible-playbook.5.asciidoc
+++ b/docs/man/man5/ansible-playbook.5.asciidoc
@@ -42,7 +42,7 @@ on each remote system with the values max_clients and http_port.
Next, use a Jinja2 template locally residing at
/srv/templates/httpd.j2 to write the Apache config file on each host
-to the path /etc/httpd/conf, using the previous values.
+to the path /etc/httpd.conf, using the previous values.
We'll ensure that apache is running if stopped.