Fix variable name
This commit is contained in:
parent
0669fe1623
commit
7e31500c36
|
@ -9,7 +9,7 @@
|
||||||
- name: check for nftables.d
|
- name: check for nftables.d
|
||||||
stat:
|
stat:
|
||||||
path: /etc/nftables.d
|
path: /etc/nftables.d
|
||||||
register: s
|
register: p
|
||||||
|
|
||||||
- name: check nftables.d
|
- name: check nftables.d
|
||||||
assert:
|
assert:
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
- name: check for nftables.conf
|
- name: check for nftables.conf
|
||||||
stat:
|
stat:
|
||||||
path: /etc/nftables.conf
|
path: /etc/nftables.conf
|
||||||
register: s
|
register: p
|
||||||
|
|
||||||
- name: check nftables.conf
|
- name: check nftables.conf
|
||||||
assert:
|
assert:
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
- name: check for nftables.conf
|
- name: check for nftables.conf
|
||||||
stat:
|
stat:
|
||||||
path: /etc/nftables.d/filter-input.nft
|
path: /etc/nftables.d/filter-input.nft
|
||||||
register: s
|
register: p
|
||||||
|
|
||||||
- name: check filter-input.nft
|
- name: check filter-input.nft
|
||||||
assert:
|
assert:
|
||||||
|
|
Loading…
Reference in New Issue