Add NetAddr python module by origin

This commit is contained in:
Crest 2024-06-03 11:48:30 +02:00
parent 0cbb0fe140
commit 9190f1893d
1 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,14 @@
--- ---
- hosts:
- localhost
become: yes
tasks:
- name: Install py-netaddr package
package:
name: net/py-netaddr
state: present
- hosts: - hosts:
- emma - emma