From ccb722b23205c43282ec8b5e2165a19f94f050b0 Mon Sep 17 00:00:00 2001 From: Christian Ardiente Eda Date: Tue, 21 Jun 2022 17:38:07 +0200 Subject: [PATCH] [#108] Lint --- tasks/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/config.yml b/tasks/config.yml index b75ec65..d1aa57c 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -72,7 +72,7 @@ - name: NGINX | Import certificates copy: src: "{{ item }}" - dest: "{{ nginx_conf_path }}/certificates/{{ item | basename | regex_replace('vault_')}}" + dest: "{{ nginx_conf_path }}/certificates/{{ item | basename | regex_replace('vault_') }}" owner: "{{ nginx_user }}" group: "{{ nginx_group }}" mode: 0640