fixed package names

This commit is contained in:
Caleb Fultz 2024-07-14 02:33:03 -04:00
parent ca8706011d
commit acd609d65b
2 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
localhost
10.0.0.4

View File

@ -2,27 +2,31 @@
become: yes
package:
name:
- openssh-server
- git
- nano
- tmux
- rsync
- htop
- python3
- python-pip
- python3-pip
- build-essential
- fail2ban
state: present
- name: Install GNOME3 Desktop with extensions
become: yes
package:
name:
- ubuntu-desktop
- task-gnome-desktop
- gnome-shell-extensions
state: present
- name: Install GUI apps
become: yes
package:
name:
- terminator
- flatpak
- gnome-shell-extensions
@ -32,6 +36,7 @@
- network-manager-openconnect
- network-manager-openconnect-gnome
- calibre
state: present
- name: Install flatpaks
become: yes
@ -45,6 +50,7 @@
community.general.snap:
name:
- steam
state: present
- name: Install Chrome
become: yes