ansible/bhyve.yml

20 lines
203 B
YAML
Raw Normal View History

2020-09-13 20:55:34 -05:00
---
- hosts:
- localhost
become: yes
tasks:
- name: Install passlib
package:
name: py38-netaddr
state: present
2020-09-13 20:55:34 -05:00
- hosts:
- emma
become: yes
roles:
- bhyve