Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>2018-12-13 15:07:41 +0300
committerGitHub <noreply@github.com>2018-12-13 15:07:41 +0300
commit98a8c6e57c45766e365ada0f24b4e34f4a53d577 (patch)
tree52ad11e95e48887079d19d335f102ffd6a35b4dc
parentd066f5a4ae8a156b5ecf66b1695e1699ed4943d6 (diff)
parent0b2705dbbd27364822f491cdf92058e0a2d2f9de (diff)
Merge pull request #248 from adrianciurdarean/typo-fix
Fixed typo in README.md
-rw-r--r--tomcat-memcached-failover/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tomcat-memcached-failover/README.md b/tomcat-memcached-failover/README.md
index 7ea1ec4..0c64d5c 100644
--- a/tomcat-memcached-failover/README.md
+++ b/tomcat-memcached-failover/README.md
@@ -32,7 +32,7 @@ cached_server2
Edit inventory file `hosts` to suit your requirements and run playbook:
```
- $ ansible-playbook -i host site.yml
+ $ ansible-playbook -i hosts site.yml
```
When finished, open web browser and access to http://nginx_ip/ to start testing.