remove unused condition
This commit is contained in:
parent
8cb14912c1
commit
a9a9da3e91
@ -24,7 +24,5 @@
|
|||||||
- { src: "{{ matrix_tls_cert_source }}", dest: '{{ matrix_tls_cert_path }}', mode: '0750' }
|
- { src: "{{ matrix_tls_cert_source }}", dest: '{{ matrix_tls_cert_path }}', mode: '0750' }
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.dest }}"
|
label: "{{ item.dest }}"
|
||||||
register: __matrix_certs_file
|
|
||||||
when: matrix_tls_source_use_files
|
|
||||||
become: True
|
become: True
|
||||||
become_user: "{{ matrix_user }}"
|
become_user: "{{ matrix_user }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user