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