From 2f630188319fdbc62a1380b78cc80f041e72e457 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 10 Aug 2018 16:21:41 +0200 Subject: [PATCH] Document where to install packages Signed-off-by: Pierre-Yves Chibon --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0ce4318..8a0ac98 100644 --- a/README.rst +++ b/README.rst @@ -60,9 +60,10 @@ clone of this repo on the system gets updated. Good Practice ------------- -* Keep in mind that a playbook can be ran by multiple workers simultaneously, - therefore it is advised to keep all blocking tasks out of this repository (for - example: avoid installing packages) +* Keep in mind that a playbook run locally and can be ran by multiple workers + simultaneously, therefore it is advised to keep all blocking tasks out of + this repository (for example: avoid installing packages, install them + via the ``playbooks/groups/loopabull.yml`` playbook in infra's ansible repo.) * Do not have your script return a non-zero error code. If a playbook fails (returns a non-zero return code) loopabull will stop the worker. So use the