Change shell to apt module.
This commit is contained in:
parent
b2cfa79c50
commit
79916fb743
@ -2,7 +2,9 @@
|
|||||||
# Install .deb packages on Debian and Ubuntu machines.
|
# Install .deb packages on Debian and Ubuntu machines.
|
||||||
|
|
||||||
- name: Workstattion | Linux | Software | Apt Distro | .deb Files
|
- 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:
|
loop:
|
||||||
- atomicwallet
|
- atomicwallet
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
Loading…
x
Reference in New Issue
Block a user