Removing TODOs and fixing some consistency errors.
This commit is contained in:
@ -10,8 +10,7 @@
|
||||
when: ansible_distribution == "Pop!_OS"
|
||||
|
||||
|
||||
# TODO Needs tested
|
||||
- name: Set Debian and Ubuntu Package Names
|
||||
- name: Set Debian and Ubuntu Package Names
|
||||
set_fact:
|
||||
firefox: firefox-esr
|
||||
thunderbird: thunderbird
|
||||
|
@ -10,7 +10,6 @@
|
||||
when: ansible_distribution == "Pop!_OS"
|
||||
|
||||
|
||||
# TODO Needs tested
|
||||
- name: Set Debian and Ubuntu Service Names
|
||||
set_fact:
|
||||
cups: cups
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
# Define file, folder, and other facts per OS.
|
||||
|
||||
- name: Set Pop OS Facts
|
||||
|
Reference in New Issue
Block a user