Add snapper

This commit is contained in:
Daniel A. Maierhofer
2018-03-12 02:59:01 +01:00
parent 60de826dab
commit 171656a78a
4 changed files with 27 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
- name: zfs - zfs-auto-snapshot find cron files
shell: find /etc/cron* -type f -name zfs-auto-snapshot
register: snapshot_cron
changed_when: False
- name: ddd
debug: var=snapshot_cron.stdout_lines