Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
notthebee committed Dec 10, 2023
1 parent 9aef468 commit cc1997a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/system/tasks/firewall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- name: Check the location of iptables-restore
register: "iptables_restore"
changed_when: no
failed_when: "iptables_restore is ''"
failed_when: "iptables_restore.stdout | length == 0"
ansible.builtin.command:
cmd: "which iptables-restore"

Expand Down

0 comments on commit cc1997a

Please sign in to comment.