Showing
1 changed file
with
1 additions
and
1 deletions
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | 11 | ||
12 | - name: get current time | 12 | - name: get current time |
13 | set_fact: | 13 | set_fact: |
14 | - timestamp: "{{ lookup('pipe','date +%Y-%m-%d %H%M%S') }}" | 14 | + timestamp: "{{ lookup('pipe','date +%Y-%m-%d-%H%M%S') }}" |
15 | zone_serical: "{{ ansible_date_time.epoch }}" | 15 | zone_serical: "{{ ansible_date_time.epoch }}" |
16 | 16 | ||
17 | - name: sync bind9 zone files | 17 | - name: sync bind9 zone files |
-
Please register or login to post a comment