Skip to content

Commit

Permalink
[#108] Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xtianae7 committed Jun 21, 2022
1 parent 9cfb7ca commit ccb722b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccb722b

Please sign in to comment.