mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-14 17:20:39 +00:00
5 lines
67 B
Python
5 lines
67 B
Python
from yamllint.cli import run
|
|
|
|
if __name__ == '__main__':
|
|
run()
|