From 63267d3b689e04dae3b25c04e9bf1a01eaa6b36f Mon Sep 17 00:00:00 2001
From: freezed <git-expect-noreply@freezed.me>
Date: Sat, 31 Dec 2022 16:27:57 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20group=20name?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 inventory.sample | 4 ++--
 tasks/apt.yml    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/inventory.sample b/inventory.sample
index c78c158..4037b1a 100644
--- a/inventory.sample
+++ b/inventory.sample
@@ -24,7 +24,7 @@ localhost
 192.168.1.11
 192.168.1.22
 
-[workstation:children]
+[station:children]
 gnome
 mate
 workstat
@@ -33,7 +33,7 @@ workstat
 timezone="UTC"
 gateway="<GATEWAY_IP>"
 
-[workstation:vars]
+[station:vars]
 timezone="Europe/Paris"
 
 [all:vars]
diff --git a/tasks/apt.yml b/tasks/apt.yml
index 099a61e..5919ec8 100644
--- a/tasks/apt.yml
+++ b/tasks/apt.yml
@@ -52,7 +52,7 @@
         state: present
         remote: flathub
 
-    - name: APT | install workstation packages
+    - name: APT | install station packages
       when: inventory_hostname in groups.station
       ansible.builtin.apt:
         cache_valid_time: 3600
@@ -61,7 +61,7 @@
         state: present
         update_cache: true
 
-    - name: APT | install develstation packages
+    - name: APT | install workstat packages
       when: inventory_hostname in groups.workstat
       ansible.builtin.apt:
         cache_valid_time: 3600
-- 
GitLab