fix: specify ansible.builtin.template for service file and configuration deployments
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
# ===
|
||||
|
||||
- name: Deploy interfaces_ipv4.conf from template
|
||||
template:
|
||||
ansible.builtin.template:
|
||||
src: etc/ipt-firewall/interfaces_ipv4.conf.j2
|
||||
dest: /etc/ipt-firewall/interfaces_ipv4.conf
|
||||
owner: root
|
||||
@@ -63,7 +63,7 @@
|
||||
- Restart IPv4 Firewall
|
||||
|
||||
- name: Deploy interfaces_ipv6.conf from template
|
||||
template:
|
||||
ansible.builtin.template:
|
||||
src: etc/ipt-firewall/interfaces_ipv6.conf.j2
|
||||
dest: /etc/ipt-firewall/interfaces_ipv6.conf
|
||||
owner: root
|
||||
@@ -74,7 +74,7 @@
|
||||
- Restart IPv6 Firewall
|
||||
|
||||
- name: Deploy main_ipv4.conf from template
|
||||
template:
|
||||
ansible.builtin.template:
|
||||
src: etc/ipt-firewall/main_ipv4.conf.j2
|
||||
dest: /etc/ipt-firewall/main_ipv4.conf
|
||||
owner: root
|
||||
@@ -85,7 +85,7 @@
|
||||
- Restart IPv4 Firewall
|
||||
|
||||
- name: Deploy main_ipv6.conf from template
|
||||
template:
|
||||
ansible.builtin.template:
|
||||
src: etc/ipt-firewall/main_ipv6.conf.j2
|
||||
dest: /etc/ipt-firewall/main_ipv6.conf
|
||||
owner: root
|
||||
|
||||
Reference in New Issue
Block a user