Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 63267d3b authored by freezed's avatar freezed :mountain:
Browse files

:adhesive_bandage: Fix group name

parent f3df7db2
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment