parent
01cace0b95
commit
e8ad17c054
1 changed files with 11 additions and 0 deletions
11
mail.yml
11
mail.yml
|
@ -1,4 +1,15 @@
|
||||||
---
|
---
|
||||||
|
- hosts:
|
||||||
|
- localhost
|
||||||
|
|
||||||
|
become: yes
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- name: Install passlib
|
||||||
|
package:
|
||||||
|
name: py37-passlib
|
||||||
|
state: present
|
||||||
|
|
||||||
- hosts:
|
- hosts:
|
||||||
- mail
|
- mail
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue