Install certain deb files for applicable systems.
This commit is contained in:
@ -45,6 +45,7 @@
|
||||
become: true
|
||||
|
||||
pre_tasks:
|
||||
- include: facts/general/system.yml
|
||||
- include: facts/workstation/package.yml
|
||||
|
||||
tasks:
|
||||
@ -57,6 +58,9 @@
|
||||
- include: tasks/workstation/linux/software/flatpaks.yml
|
||||
when: ansible_system == "Linux" and flatpak_distro
|
||||
|
||||
- include: tasks/workstation/linux/software/debs.yml
|
||||
when: ansible_pkg_mgr == "apt"
|
||||
|
||||
- name: Workstation | Linux | Packages | Not Implemented
|
||||
shell: echo "Not implemented yet. :("
|
||||
when: ansible_system == "Linux" and not flatpak_distro
|
||||
|
Reference in New Issue
Block a user