ufw: check values for direction depending on situation (#50402)

* Check values of 'direction'.

* Add changelog.

* Update lib/ansible/modules/system/ufw.py

Co-Authored-By: felixfontein <felix@fontein.de>

* Update lib/ansible/modules/system/ufw.py
This commit is contained in:
Felix Fontein
2019-02-11 15:47:35 +01:00
committed by John R Barker
parent a279892fae
commit 4d3d8dd60f
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "ufw: make sure that only valid values for ``direction`` are passed on."