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