Add forgotten playbooks.

Changes #10, #15
This commit is contained in:
genofire 2020-10-23 19:45:21 +02:00
parent 01cace0b95
commit e8ad17c054
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: py37-passlib
state: present
- hosts:
- mail