added unzip installation

This commit is contained in:
aminnairi
2023-04-16 16:47:27 +02:00
parent 96d3dc31ec
commit 542caa0615
+5
View File
@@ -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: