mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-22 04:40:43 +00:00
fix bad quotes
This commit is contained in:
parent
d133d63fbf
commit
5101c6962c
@ -192,7 +192,7 @@ class SingleLog(Log, metaclass=Singleton):
|
|||||||
|
|
||||||
|
|
||||||
class UnsafeTag:
|
class UnsafeTag:
|
||||||
yaml_tag = u'!unsafe'
|
yaml_tag = u"!unsafe"
|
||||||
|
|
||||||
def __init__(self, value):
|
def __init__(self, value):
|
||||||
self.unsafe = value
|
self.unsafe = value
|
||||||
|
Loading…
Reference in New Issue
Block a user