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