forked from ccchb/ansible
Install passlib on the ansible controller
This commit is contained in:
parent
b8f2306667
commit
97d13caa6a
1 changed files with 11 additions and 0 deletions
11
bhyve.yml
11
bhyve.yml
|
@ -1,4 +1,15 @@
|
||||||
---
|
---
|
||||||
|
- hosts:
|
||||||
|
- localhost
|
||||||
|
|
||||||
|
become: yes
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- name: Install passlib
|
||||||
|
package:
|
||||||
|
name: py38-netaddr
|
||||||
|
state: present
|
||||||
|
|
||||||
- hosts:
|
- hosts:
|
||||||
- emma
|
- emma
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue