Authored by chunhua.zhang

no message

---
# tasks file for yoho.
- name: get local time
set_fact: time = "{{lookup('pipe','date \"+%Y-%m-%d \"')}}"
- name: sync bind9 zone files
template:
src: qcloud.zone.j2
... ...