first commit
This commit is contained in:
7
tasks/install.yml
Normal file
7
tasks/install.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: postfix | install packages
|
||||
apt:
|
||||
name:
|
||||
- postfix
|
||||
state: present
|
||||
tags: ['postfix']
|
||||
|
||||
Reference in New Issue
Block a user