From ffb263edd5d060292f4b65d89f1454cd5d7ba006 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 19 Feb 2020 13:35:03 +0800 Subject: [PATCH] Update tutorial_zh.md fixed typo --- doc/tutorial_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial_zh.md b/doc/tutorial_zh.md index cfe37f7d2..a06163560 100644 --- a/doc/tutorial_zh.md +++ b/doc/tutorial_zh.md @@ -205,7 +205,7 @@ tail -100 ./log/codis-fe.log.2017-04-08 使用 ansible 可快速在单机、多机部署多套 codis 集群。 ansible 文件夹包含了部署 codis 集群的 playbook,根据自己部署环境修改 `groups_var/all` 文件里参数,修改 hosts 文件添加部署的环境 IP 即可。 -ansible 安装也及其简单,各部署机器无需安装任何额外的 agent,彼此之间通过 ssh 通信。 +ansible 安装也极其简单,各部署机器无需安装任何额外的 agent,彼此之间通过 ssh 通信。 ``` git clone https://github.com/ansible/ansible.git -b stable-2.3