Change shell to apt module.

This commit is contained in:
Hyperling 2021-04-03 11:25:41 -05:00
parent b2cfa79c50
commit 79916fb743

View File

@ -2,7 +2,9 @@
# 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'
apt:
deb: '{{ leet_drive }}/InstallFiles/Programs/{{ item }}.deb'
state: present
loop:
- atomicwallet
ignore_errors: yes