Fix variable name

This commit is contained in:
Paweł Krawczyk 2021-08-08 22:14:21 +01:00
parent 0669fe1623
commit 7e31500c36
No known key found for this signature in database
GPG Key ID: 32AF1F39C4EE03F2
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
- name: check for nftables.d
stat:
path: /etc/nftables.d
register: s
register: p
- name: check nftables.d
assert:
@ -19,7 +19,7 @@
- name: check for nftables.conf
stat:
path: /etc/nftables.conf
register: s
register: p
- name: check nftables.conf
assert:
@ -29,7 +29,7 @@
- name: check for nftables.conf
stat:
path: /etc/nftables.d/filter-input.nft
register: s
register: p
- name: check filter-input.nft
assert: