This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
jumpserver
mirror of
https://github.com/jumpserver/jumpserver
Watch
1
Star
0
Fork
You've already forked jumpserver
0
Code
Issues
Releases
Wiki
Activity
f557c1dace
jumpserver
/
apps
/
ops
/
ansible
/
exceptions.py
11 lines
102 B
Python
Raw
Normal View
History
Unescape
Escape
[Feature] 优化Ops ansible api
2017-12-06 10:31:51 +00:00
# -*- coding: utf-8 -*-
#
[Update] 修改task定时运行机制
2017-12-21 18:08:29 +00:00
__all__
=
[
'
AnsibleError
'
]
[Feature] 优化Ops ansible api
2017-12-06 10:31:51 +00:00
class
AnsibleError
(
Exception
)
:
pass