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'
|
mode: '0755'
|
||||||
|
|
||||||
- name: Copy over nginx.container file
|
- name: Copy over nginx.container file
|
||||||
ansible.builtin.copy:
|
ansible.builtin.template:
|
||||||
src: ./files/nginx.container
|
src: ./templates/nginx.container.j2
|
||||||
dest: /etc/containers/systemd/nginx.container
|
dest: /etc/containers/systemd/nginx.container
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue