1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #9084 from mscherer/fix9704/fix_service

Fix #9704, correctly set changed as false when nothing is done
This commit is contained in:
Toshio Kuratomi 2014-09-22 11:47:56 -04:00
commit c289ba1b21

View file

@ -673,6 +673,7 @@ class LinuxService(Service):
# Check if we're already in the correct state
if "3:%s" % action in out and "5:%s" % action in out:
self.changed = False
return
#