9 lines
143 B
Bash
Executable File
9 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
# *** [ Ansible managed file: DO NOT EDIT DIRECTLY ] ***
|
|
|
|
|
|
nft delete table inet fw_static 2>/dev/null || true
|
|
|