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