Browse Source

Merge pull request #3459 from Zocker1999NET/patch-3

docs/maintenance-upgrading: indent "either" commands
pull/3460/head
Slavi Pantaleev 1 year ago
committed by GitHub
parent
commit
0db1e69790
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/maintenance-upgrading-services.md

+ 2
- 2
docs/maintenance-upgrading-services.md View File

@@ -8,8 +8,8 @@ To upgrade services:


- update your playbook directory and all upstream Ansible roles (defined in the `requirements.yml` file) using: - 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 - 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




Loading…
Cancel
Save