fix indentation and spaces
Some checks failed
the build failed

This commit is contained in:
Robert Kaussow 2019-01-09 22:33:12 +01:00
parent 71e28396b3
commit 4e96408085
2 changed files with 59 additions and 58 deletions

View File

@ -1,3 +1,4 @@
# Standards: 0.1
--- ---
galaxy_info: galaxy_info:
author: xoxys author: xoxys

View File

@ -32,7 +32,7 @@
- { path: apache2/ssl/certificate, value: "{{ ucs_tls_certs_dir }}/ucs.pem" } - { path: apache2/ssl/certificate, value: "{{ ucs_tls_certs_dir }}/ucs.pem" }
- { path: apache2/ssl/key, value: "{{ ucs_tls_key_dir }}/ucs.pem" } - { path: apache2/ssl/key, value: "{{ ucs_tls_key_dir }}/ucs.pem" }
loop_control: loop_control:
label: "variable: {{ item.path }}={{ item.value }}" label: "variable: {{ item.path }} = {{ item.value }}"
notify: __ucs_apache_restart notify: __ucs_apache_restart
when: ucs_custom_tls_apache2_enabled when: ucs_custom_tls_apache2_enabled
@ -44,7 +44,7 @@
- { path: mail/dovecot/ssl/certificate, value: "{{ ucs_tls_certs_dir }}/ucs.pem" } - { path: mail/dovecot/ssl/certificate, value: "{{ ucs_tls_certs_dir }}/ucs.pem" }
- { path: mail/dovecot/ssl/key, value: "{{ ucs_tls_key_dir }}/ucs.pem" } - { path: mail/dovecot/ssl/key, value: "{{ ucs_tls_key_dir }}/ucs.pem" }
loop_control: loop_control:
label: "variable: {{ item.path }}={{ item.value }}" label: "variable: {{ item.path }} = {{ item.value }}"
notify: __ucs_dovecot_restart notify: __ucs_dovecot_restart
when: ucs_custom_tls_dovecot_enabled when: ucs_custom_tls_dovecot_enabled
@ -56,7 +56,7 @@
- { path: mail/postfix/ssl/certificate, value: "{{ ucs_tls_certs_dir }}/ucs.pem" } - { path: mail/postfix/ssl/certificate, value: "{{ ucs_tls_certs_dir }}/ucs.pem" }
- { path: mail/postfix/ssl/key, value: "{{ ucs_tls_key_dir }}/ucs.pem" } - { path: mail/postfix/ssl/key, value: "{{ ucs_tls_key_dir }}/ucs.pem" }
loop_control: loop_control:
label: "variable: {{ item.path }}={{ item.value }}" label: "variable: {{ item.path }} = {{ item.value }}"
notify: __ucs_postfix_restart notify: __ucs_postfix_restart
when: ucs_custom_tls_postfix_enabled when: ucs_custom_tls_postfix_enabled
become: True become: True