Fix a few Pop!_OS bugs for new machines.

This commit is contained in:
Hyperling 2021-02-07 06:07:02 -06:00
parent a8714aea01
commit 7e6fb034ca
2 changed files with 14 additions and 4 deletions

View File

@ -2,10 +2,10 @@
# Nmap port test # Nmap port test
- name: General | Tests | nmap | Run Count - name: General | Tests | nmap | Run Count
shell: "nmap --open localhost | grep -c open > {{ nmap_report }}" shell: "nmap --open localhost | grep -c open > {{ nmap_report }}; echo success"
- name: General | Tests | nmap | Run Open - name: General | Tests | nmap | Run Open
shell: "nmap --open localhost | grep open >> {{ nmap_report }}" shell: "nmap --open localhost | grep open >> {{ nmap_report }}; echo success"
- name: General | Tests | nmap | Make Viewable - name: General | Tests | nmap | Make Viewable
file: file:

View File

@ -52,12 +52,22 @@
remote: flathub remote: flathub
state: present state: present
- name: Workstation | Linux | Flatpak | Install Android Studio
flatpak:
name: com.google.AndroidStudio
remote: flathub
state: present
# Repo Software # Repo Software
- name: Workstation | Linux | Flatpak | Install Lutris from Package Manager
package:
name: lutris
state: present
- name: Workstation | Linux | Flatpak | Install Firefox ESR from Package Manager - name: Workstation | Linux | Flatpak | Install Firefox ESR from Package Manager
package: package:
name: name: "{{ firefox_esr }}"
- "{{ firefox_esr }}"
state: present state: present
- name: Workstation | Linux | Flatpak | Remove Firefox Normal for ESR - name: Workstation | Linux | Flatpak | Remove Firefox Normal for ESR