Document where to install packages
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
de1b2ad555
commit
2f63018831
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Reference in a new issue