Fix update_failure_action KeyError in docker_swarm_service (#100)

* Fix update_failure_action KeyError in docker_swarm_service.py

* Update plugins/modules/docker_swarm_service.py

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
sgpinkus
2021-03-15 08:52:27 +11:00
committed by GitHub
parent f338f3a5eb
commit 149a3abbc3
2 changed files with 4 additions and 3 deletions
@@ -0,0 +1,3 @@
bugfixes:
- "``docker_swarm_service`` - fix KeyError on caused by reference to
deprecated option ``update_failure_action`` (https://github.com/ansible-collections/community.docker/pull/100)."