From 195944b123c0dc6780f3e3ede070f2ad9235f54d Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Mon, 24 Feb 2020 13:58:38 -0500 Subject: [PATCH] doc: update infra playbooks statements We don't need to copy the infrastructure playbooks in the root ceph-ansible directory. Signed-off-by: Dimitri Savineau --- infrastructure-playbooks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-playbooks/README.md b/infrastructure-playbooks/README.md index 4312efd07..dddc65549 100644 --- a/infrastructure-playbooks/README.md +++ b/infrastructure-playbooks/README.md @@ -4,4 +4,4 @@ Infrastructure playbooks This directory contains a variety of playbooks that can be used independently of the Ceph roles we have. They aim to perform infrastructure related tasks that would help use managing a Ceph cluster or performing certain operational tasks. -To use them, **you must move them to ceph-ansible's root directory**, then run using `ansible-playbook `. +To use them, run `ansible-playbook infrastructure-playbooks/`.