标签:less mkdir backup user tar sts 结束 started hello
handlers 和tasks同级别[root@jack7-1 ansible]# cat test7.yml
hosts: PA
remote_user: root
tasks:
handlers:
[root@jack7-1 ansible]# less test6.ym
hosts: PA
remote_user: root
tasks:
name: cron
cron:
name: echo hello
user: root
minute: ‘20‘
hour: ‘10‘
job: echo hello jack
notify: h1
meta: flush_handlers
handlers:
标签:less mkdir backup user tar sts 结束 started hello
原文地址:https://blog.51cto.com/13434656/2528026