mirror of
https://github.com/luzifer-ansible/duplicity-backup.git
synced 2024-11-09 14:10:00 +00:00
Do not log changes with query tasks
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
1364366adf
commit
7a545d06b9
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
- name: Get current duplicity-backup version
|
||||
shell: "/usr/local/bin/duplicity-backup --version || true"
|
||||
check_mode: no
|
||||
changed: no
|
||||
register: duplicity_backup_version_cmd
|
||||
|
||||
- name: Install duplicity-backup wrapper
|
||||
|
|
Loading…
Reference in a new issue