Fix typo
This commit is contained in:
parent
583c0b729d
commit
45a09b21ed
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
- name: Create GNOME backup user
|
||||
user: name=gnomebackup state=present home=/fedora_backups/gnome/ createhome=yes shell=/sbin/nologin
|
||||
- name: Add a Directory for the Excludes list
|
||||
file: dest=/fedora/backups/gnoma/excludes owner=gnomebackup group=gnomebackup state=directory
|
||||
file: dest=/fedora/backups/gnome/excludes owner=gnomebackup group=gnomebackup state=directory
|
||||
- name: Add a Directory for the Log files
|
||||
file: dest=/fedora_backups/gnome/logs owner=gnomebackup group=gnomebackup state=directory
|
||||
- name: Install GNOME backup key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue