#!/bin/bash
set -euo pipefail

# *** [ Ansible managed file: DO NOT EDIT DIRECTLY ] ***


nft delete table inet fw_static 2>/dev/null || true

