persistent-firewall: update include to include_tasks
Change-Id: I4654805d2d4beea9a7485eae970e36f237abf16b
This commit is contained in:
@@ -19,8 +19,7 @@
|
|||||||
- skip_ansible_lint
|
- skip_ansible_lint
|
||||||
|
|
||||||
- name: Configure persistent iptables rules
|
- name: Configure persistent iptables rules
|
||||||
include: "{{ zj_distro_os }}"
|
include_tasks: "{{ zj_distro_os }}"
|
||||||
static: no
|
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- "persist/{{ ansible_distribution }}_{{ ansible_distribution_release }}.yaml"
|
- "persist/{{ ansible_distribution }}_{{ ansible_distribution_release }}.yaml"
|
||||||
- "persist/{{ ansible_distribution }}.yaml"
|
- "persist/{{ ansible_distribution }}.yaml"
|
||||||
|
|||||||
Reference in New Issue
Block a user