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

fixed copy n paste typo on future code

This commit is contained in:
Brian Coca 2015-09-25 17:07:33 -04:00
parent bb1101498d
commit 48412c13b2

View file

@ -191,8 +191,8 @@ class Service(object):
'name': self.module.name,
'state': self.status(),
'enabled': self.enabled,
'changed' = self.changed,
'msg' = msg,
'changed': self.changed,
'msg': msg,
}
def run(self):