mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update main.yml
This commit is contained in:
parent
b5dedad6d4
commit
487212c443
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
- name: Install OpenVPN and Nmap packages
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
name:
|
||||
- openvpn
|
||||
- nmap
|
||||
state: present
|
||||
with_items:
|
||||
- openvpn
|
||||
- nmap
|
||||
tags:
|
||||
- download
|
||||
|
||||
|
|
Loading…
Reference in a new issue