do not install py-netaddr in bhyve playbook

This commit is contained in:
Fritz Grimpen 2025-08-30 14:50:30 +02:00
parent 46c42c971f
commit 29a66fbc2d
1 changed files with 0 additions and 10 deletions

View File

@ -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
hosts:
- emma