Install certain deb files for applicable systems.
This commit is contained in:
8
tasks/workstation/linux/software/debs.yml
Normal file
8
tasks/workstation/linux/software/debs.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
# Install .deb packages on Debian and Ubuntu machines.
|
||||
|
||||
- name: Workstattion | Linux | Software | Apt Distro | .deb Files
|
||||
shell: 'dpkg -i {{ leet_drive }}/InstallFiles/Programs/{{ item }}.deb'
|
||||
loop:
|
||||
- atomicwallet
|
||||
ignore_errors: yes
|
Reference in New Issue
Block a user