mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Update example to use correct service state; minor pep8 indent/spacing fixes
This commit is contained in:
parent
24923c2e17
commit
f39944b89b
3 changed files with 12 additions and 12 deletions
|
@ -22,7 +22,7 @@ class AnsibleError(Exception):
|
|||
"""
|
||||
|
||||
def __init__(self, msg):
|
||||
self.msg = msg
|
||||
self.msg = msg
|
||||
|
||||
def __str__(self):
|
||||
return self.msg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue