From 8610be3ac36f1ab4e3dc22a3044f8c6e9355be77 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 29 May 2021 22:01:01 +0100 Subject: [PATCH] Rename host "gitlab" sounds more like the hosted service, not mine --- ansible/hosts | 2 +- ansible/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/hosts b/ansible/hosts index 5d4174a..02b73f9 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -10,4 +10,4 @@ jellyfin forrest qbittorrent restic -gitlab +pve-gitlab diff --git a/ansible/main.yml b/ansible/main.yml index 215dd54..93cb991 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -96,6 +96,6 @@ roles: - restic -- hosts: gitlab +- hosts: pve-gitlab roles: - gitlab