From 8c89e6191c54e8a42a42c34f850c20c048e774b6 Mon Sep 17 00:00:00 2001 From: "Gromadzki, Tomasz" Date: Tue, 20 Jun 2023 13:23:55 +0200 Subject: [PATCH] common: fix cstyle issues in the README.md file Signed-off-by: Gromadzki, Tomasz --- utils/ansible/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/ansible/README.md b/utils/ansible/README.md index 50c59df34e0..81cd70496d4 100644 --- a/utils/ansible/README.md +++ b/utils/ansible/README.md @@ -94,9 +94,9 @@ rerun the playbook withot in question. And next: ```sh sudo ansible-playbook ./configure-pmem.yml --extra-vars "testUser=pmdkuser newRegions=true" -# you will have to perform a reboot manually -reboot -# and re-run the playbook without newRegions=true to finalize the setup +# you will have to perform a reboot manually +reboot +# and re-run the playbook without newRegions=true to finalize the setup sudo ansible-playbook ./configure-pmem.yml --extra-vars "testUser=pmdkuser" ```