Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 345 Bytes

UPDATING.md

File metadata and controls

5 lines (4 loc) · 345 Bytes

Updating the roles

Roles in collection are managed as git submodules.

  • Changes can be fetched with git submodule update --remote.
  • To pull changes for specific role, run: git submodule update --remote <role name> (Example: git submodule update --remote roles/bareos_repository).