forked from ccchb/ansible
Add NetAddr python module by origin
This commit is contained in:
parent
0cbb0fe140
commit
9190f1893d
1 changed files with 10 additions and 0 deletions
10
bhyve.yml
10
bhyve.yml
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue