GNOME Backups: make sure the rdiff-backup package gets installed

This commit is contained in:
Andrea Veri 2016-03-24 12:29:23 +00:00
parent 25adb3c3da
commit 08ad6a9083

View file

@ -1,3 +1,6 @@
- name: Make sure rdiff-backup is installed
yum: name=rdiff-backup state=latest
- name: Create GNOME backup user
user: name=gnomebackup state=present home=/gnome_backups/ createhome=yes shell=/sbin/nologin