Make second group match of ufw status output optional (#56678)

* Make second group match of ufw status output optional

Fixes #56674

* Fix comparison logic.

* Add changelog fragment
This commit is contained in:
Tyler Hartley
2019-05-28 11:54:11 -07:00
committed by Felix Fontein
parent 86928a5f74
commit 1d22909f7c
2 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- ufw - correctly check status when logging is off (https://github.com/ansible/ansible/issues/56674)