Skip to content

Commit

Permalink
Merge pull request #7 from elan-ev/chmod
Browse files Browse the repository at this point in the history
Fix file mode
  • Loading branch information
lkiesow authored May 11, 2023
2 parents b0c2267 + 89b5a72 commit 8852cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
ansible.builtin.copy:
src: '{{ item }}'
dest: /etc/nginx/tls/{{ item }}
mode: '0755'
mode: '0644'
owner: root
group: root
loop:
Expand Down

0 comments on commit 8852cae

Please sign in to comment.