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