GNOME Backups: make sure the rdiff-backup package gets installed
This commit is contained in:
parent
25adb3c3da
commit
08ad6a9083
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue