mitogen/.ci/localhost_ansible_install.py

9 lines
81 B
Python
Raw Normal View History

2019-07-30 21:11:04 +00:00
#!/usr/bin/env python
import ci_lib
batches = [
]
ci_lib.run_batches(batches)