diff --git a/.gitlab/issue_templates/Onboarding.md b/.gitlab/issue_templates/Onboarding.md
index ee05c6ffcfa20f7bd54691eca385a2f53a1a8046..5b3979208f72cb16daef1e0e41b542bf6117c508 100644
--- a/.gitlab/issue_templates/Onboarding.md
+++ b/.gitlab/issue_templates/Onboarding.md
@@ -44,7 +44,7 @@ The mailing list password can be found in misc/additional-credentials.vault.
 ## DevOps onboarding checklist
 
 - [ ] Add entries in `group_vars/all/root_access.yml`.
-- [ ] Run `ansible-playbook -t root_ssh playbooks/*.yml`.
+- [ ] Run `ansible-playbook -t root_ssh playbooks/all-hosts-basic.yml`.
 - [ ] Run `ansible-playbook playbooks/hetzner_storagebox.yml playbooks/rsync.net.yml`.
 - [ ] Assign the user to the `DevOps` group on Keycloak.
 - [ ] Subscribe user to [arch-devops-private mailing lists](https://lists.archlinux.org/admin/arch-devops-private/members/add)
diff --git a/README.md b/README.md
index 0c9496f73fc1a73f481391ba3a3ce60cd4e91f5d..9fd12325a9f80e17da24beb53c836ad341ec14b1 100644
--- a/README.md
+++ b/README.md
@@ -152,7 +152,7 @@ This section has been moved to [docs/servers.md](docs/servers.md).
 ### Fetching the borg keys for local storage
 
   - Make sure you have all the GPG keys **at least** locally signed
-  - Run the playbooks/tasks/fetch-borg-keys.yml playbook
+  - Run the `playbooks/tasks/fetch-borg-keys.yml` playbook
   - Make sure the playbook runs successfully and check the keys under the borg-keys directory
 
 ## Backup documentation