forked from ccchb/ansible
19 lines
203 B
YAML
19 lines
203 B
YAML
---
|
|
- hosts:
|
|
- localhost
|
|
|
|
become: yes
|
|
|
|
tasks:
|
|
- name: Install passlib
|
|
package:
|
|
name: py39-netaddr
|
|
state: present
|
|
|
|
- hosts:
|
|
- emma
|
|
|
|
become: yes
|
|
|
|
roles:
|
|
- bhyve
|