diff --git a/inventory.sample b/inventory.sample
index c78c15812b1ea977cb7b4cff432276d7e7991745..4037b1a2a33e1535c10635a0c97b73c9949e70e9 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 099a61e402a315bcf437ac8879542b55b62663ae..5919ec8c203b47d17c2873b68641730b507975a9 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