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:
parent
bb1101498d
commit
48412c13b2
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue