ansible/changelogs/fragments/ufw-route-first-option.yaml
John R Barker 7764d9ce45
"route" has to be the first option in ufw command (#31756) (#40019)
* "route" has to be the first option in ufw command (#31756)

For supporting deletion of ufw routes, route option has to be placed before delete option
(cherry picked from commit 21004d86f9)

* Changelog
2018-05-12 16:07:54 +01:00

2 lines
124 B
YAML

bugfixes:
- Fix ufw module, "route" has to be the first option in ufw command https://github.com/ansible/ansible/pull/31756