Changeset - 1bd1c4e2c03a
[Not reviewed]
0 1 0
x - 17 months ago 2023-12-14 20:49:03
xbr@c3l.lu
fix: nginx config already in server_config
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
web/tasks/set_up_nginx_config.yml
Show inline comments
 
@@ -2,7 +2,7 @@
 
# Sets up nginx for the specific config file
 
- name: Install nginx config
 
  ansible.builtin.copy:
 
    src: "{{ server_config_dir }}/server_config/nginx/configs/{{ web_conf_file }}"
 
    src: "{{ server_config_dir }}/nginx/configs/{{ web_conf_file }}"
 
    dest: "/etc/nginx/sites-available/"
 
    owner: root
 
    group: root
0 comments (0 inline, 0 general)