From a9a9da3e916eb17e38dc5f835f3c2b9d7882ce80 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 19 Jan 2019 03:01:18 +0100 Subject: [PATCH] remove unused condition --- tasks/tls.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/tls.yml b/tasks/tls.yml index 3f673c5..018f95e 100644 --- a/tasks/tls.yml +++ b/tasks/tls.yml @@ -24,7 +24,5 @@ - { src: "{{ matrix_tls_cert_source }}", dest: '{{ matrix_tls_cert_path }}', mode: '0750' } loop_control: label: "{{ item.dest }}" - register: __matrix_certs_file - when: matrix_tls_source_use_files become: True become_user: "{{ matrix_user }}"