...
|
...
|
@@ -11,7 +11,7 @@ |
|
|
|
|
|
- name: get current time
|
|
|
set_fact:
|
|
|
timestamp: "{{ lookup('pipe','date +%Y-%m-%d %H\:%M\:%S') }}"
|
|
|
timestamp: "{{ lookup('pipe','date +%Y-%m-%d %H%M%S') }}"
|
|
|
zone_serical: "{{ ansible_date_time.epoch }}"
|
|
|
|
|
|
- name: sync bind9 zone files
|
...
|
...
|
|