ansible/changelogs/fragments/ufw-reset-check-mode.yaml

2 lines
245 B
YAML

bugfixes:
- "ufw - when using ``state: reset`` in check mode, ``ufw --dry-run reset`` was executed, which causes a loss of firewall rules. The ``ufw`` module was adjusted to no longer run ``ufw --dry-run reset`` to prevent this from happening."