Showing
1 changed file
with
1 additions
and
1 deletions
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | - name: get current time | 4 | - name: get current time |
5 | set_fact: | 5 | set_fact: |
6 | timestamp: "{{ lookup('pipe','date +%Y-%m-%d-%H-%M-%S') }}" | 6 | timestamp: "{{ lookup('pipe','date +%Y-%m-%d-%H-%M-%S') }}" |
7 | - zone_serial: "{{ lookup('pipe','date +%Y%m%d%H%M%S') }}" | 7 | + zone_serical: "{{ lookup('pipe','date +%Y%m%d%H%M%S') }}" |
8 | 8 | ||
9 | - name: sync bind9 zone files | 9 | - name: sync bind9 zone files |
10 | template: | 10 | template: |
-
Please register or login to post a comment