mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Update example to use correct service state; minor pep8 indent/spacing fixes
This commit is contained in:
@@ -22,7 +22,7 @@ class AnsibleError(Exception):
|
||||
"""
|
||||
|
||||
def __init__(self, msg):
|
||||
self.msg = msg
|
||||
self.msg = msg
|
||||
|
||||
def __str__(self):
|
||||
return self.msg
|
||||
|
||||
Reference in New Issue
Block a user