mirror of https://dev.ccchb.de/ccchb/ansible.git
do not install py-netaddr in bhyve playbook
This commit is contained in:
parent
46c42c971f
commit
29a66fbc2d
10
bhyve.yml
10
bhyve.yml
|
@ -1,14 +1,4 @@
|
||||||
---
|
---
|
||||||
- name: Install py-netaddr
|
|
||||||
hosts:
|
|
||||||
- localhost
|
|
||||||
become: true
|
|
||||||
tasks:
|
|
||||||
- name: Install py-netaddr package
|
|
||||||
ansible.builtin.package:
|
|
||||||
name: net/py-netaddr
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: Deploy bhyve to virtual machine hosts
|
- name: Deploy bhyve to virtual machine hosts
|
||||||
hosts:
|
hosts:
|
||||||
- emma
|
- emma
|
||||||
|
|
Loading…
Reference in New Issue