mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
added unzip installation
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
hosts: localhost
|
||||
connection: local
|
||||
tasks:
|
||||
- name: Install Unzip (uncompression utility)
|
||||
become: true
|
||||
pacman:
|
||||
name: unzip
|
||||
state: present
|
||||
- name: Install Zip (compression utility)
|
||||
become: true
|
||||
pacman:
|
||||
|
||||
Reference in New Issue
Block a user