chore: switch nginx main task to use template
This commit is contained in:
parent
c3dc104d0a
commit
ece0312599
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@
|
|||
mode: '0755'
|
||||
|
||||
- name: Copy over nginx.container file
|
||||
ansible.builtin.copy:
|
||||
src: ./files/nginx.container
|
||||
ansible.builtin.template:
|
||||
src: ./templates/nginx.container.j2
|
||||
dest: /etc/containers/systemd/nginx.container
|
||||
owner: root
|
||||
group: root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue