Explorar el Código
Merge pull request #3459 from Zocker1999NET/patch-3
docs/maintenance-upgrading: indent "either" commands
pull/3460/head
Slavi Pantaleev
hace 1 año
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: B5690EEEBB952194
Se han
modificado 1 ficheros con
2 adiciones y
2 borrados
-
docs/maintenance-upgrading-services.md
|
|
|
@@ -8,8 +8,8 @@ To upgrade services: |
|
|
|
|
|
|
|
- update your playbook directory and all upstream Ansible roles (defined in the `requirements.yml` file) using: |
|
|
|
|
|
|
|
- either: `just update` |
|
|
|
- or: a combination of `git pull` and `just role` (or `make roles`) |
|
|
|
- either: `just update` |
|
|
|
- or: a combination of `git pull` and `just role` (or `make roles`) |
|
|
|
|
|
|
|
- take a look at [the changelog](../CHANGELOG.md) to see if there have been any backward-incompatible changes that you need to take care of |
|
|
|
|
|
|
|
|