Change backup date to UTC with seconds

This commit is contained in:
phahulin 2018-01-08 21:39:08 +03:00
parent a144c1919d
commit 8de52019b8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
- hosts: backup
vars:
date: "{{ lookup('pipe', 'date +%Y%m%d-%H%M') }}"
date: "{{ lookup('pipe', 'date -u +%Y%m%d-%H%M%S') }}"
user: root
roles:
- backup-parity