From 79916fb7432f51f84c91831ce8e68632a5135011 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 3 Apr 2021 11:25:41 -0500 Subject: [PATCH] Change shell to apt module. --- tasks/workstation/linux/software/debs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/workstation/linux/software/debs.yml b/tasks/workstation/linux/software/debs.yml index 679d89d..386c2ab 100644 --- a/tasks/workstation/linux/software/debs.yml +++ b/tasks/workstation/linux/software/debs.yml @@ -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 \ No newline at end of file