style: linting
This commit is contained in:
@@ -1,30 +1,32 @@
|
||||
---
|
||||
|
||||
- name: install z-push repokey
|
||||
apt_key:
|
||||
url: https://download.kopano.io/zhub/z-push%3A/final/Debian_10/Release.key
|
||||
state: present
|
||||
url: https://download.kopano.io/zhub/z-push%3A/final/Debian_10/Release.key
|
||||
state: present
|
||||
|
||||
- name: install z-push repo
|
||||
apt_repository:
|
||||
repo: deb https://download.kopano.io/zhub/z-push:/final/Debian_10/ /
|
||||
state: present
|
||||
repo: deb https://download.kopano.io/zhub/z-push:/final/Debian_10/ /
|
||||
state: present
|
||||
|
||||
- name: install z-push packages
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
loop:
|
||||
- z-push-autodiscover
|
||||
- z-push-backend-caldav
|
||||
- z-push-backend-carddav
|
||||
- z-push-backend-combined
|
||||
- z-push-backend-imap
|
||||
- z-push-common
|
||||
- z-push-ipc-sharedmemory
|
||||
- z-push-state-sql
|
||||
- z-push-autodiscover
|
||||
- z-push-backend-caldav
|
||||
- z-push-backend-carddav
|
||||
- z-push-backend-combined
|
||||
- z-push-backend-imap
|
||||
- z-push-common
|
||||
- z-push-ipc-sharedmemory
|
||||
- z-push-state-sql
|
||||
|
||||
- name: log directory
|
||||
file:
|
||||
path: /var/log/z-push/
|
||||
owner: www-data
|
||||
group: www-data
|
||||
state: directory
|
||||
path: /var/log/z-push/
|
||||
owner: www-data
|
||||
group: www-data
|
||||
state: directory
|
||||
|
Reference in New Issue
Block a user