Document where to install packages

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-08-10 16:21:41 +02:00
parent de1b2ad555
commit 2f63018831

View file

@ -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