mirror of https://github.com/ansible/ansible.git
Prevent bug in 'ufw --dry-run reset' to delete firewall rules.
parent
0093b69935
commit
c3271befda
@ -0,0 +1,2 @@
|
||||
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."
|
||||
Loading…
Reference in New Issue