摘要: 安装pip install python-crontab #coding=utf-8 from crontab import CronTab #创建类 class Crontabi(object): def __init__(self): self.cron = CronTab(user=True) 阅读全文
posted @ 2020-03-26 12:05 没有尾巴的狗 阅读(466) 评论(1) 推荐(0)
摘要: 重新安装主机引擎事件报错 Host engine installation failed. Failed to execute Ansible host-deploy role. Please check logs for more details: /var/log/ovirt-engine/ho 阅读全文
posted @ 2020-03-26 11:55 没有尾巴的狗 阅读(1097) 评论(0) 推荐(0)