Install passlib on the ansible controller

This commit is contained in:
Crest 2021-07-27 12:07:10 +02:00
parent b8f2306667
commit 97d13caa6a
1 changed files with 11 additions and 0 deletions

View File

@ -1,4 +1,15 @@
---
- hosts:
- localhost
become: yes
tasks:
- name: Install passlib
package:
name: py38-netaddr
state: present
- hosts:
- emma