-
Notifications
You must be signed in to change notification settings - Fork 0
Linux Opt
x893675 edited this page Dec 17, 2019
·
3 revisions
- name: Get informations about disk percentage
shell: >
inxi -D | grep 'Total'| sed -e 's/.*(\(.*\)\ .*/\1/'
register: result
- debug:
msg: "{{ result.stdout }}"起因: vmware安装的centos7虚拟机时间无法同步,进入bios查看时间是跟宿主机一样,但是开机后使用hwclcok -r时间是非同步的
解决办法:
yum install ntpdatentpdate cn.pool.ntp.orghwclock -w
重启即可。