From 8fbebf4e8348b9ad687ffe4470e73328e6a1bd6f Mon Sep 17 00:00:00 2001 From: Yumo Yang Date: Mon, 29 Oct 2018 18:04:51 +0800 Subject: [PATCH] fix readme.md sample/* (#3541) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39f35a57a..642e522e2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Ansible v2.7.0 is failing and/or produce unexpected results due to [ansible/ansi sudo pip install -r requirements.txt # Copy ``inventory/sample`` as ``inventory/mycluster`` - cp -rfp inventory/sample/* inventory/mycluster + cp -rfp inventory/sample inventory/mycluster # Update Ansible inventory file with inventory builder declare -a IPS=(10.10.1.3 10.10.1.4 10.10.1.5)