Install certain deb files for applicable systems.

This commit is contained in:
2021-04-03 09:18:59 -05:00
parent d536e167c0
commit a42143299f
2 changed files with 12 additions and 0 deletions

View 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