This should be underscore...
This commit is contained in:
parent
68eb24188b
commit
21934951c2
1 changed files with 2 additions and 3 deletions
|
@ -32,9 +32,9 @@
|
|||
- 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/gnome/excludes owner=gnomebackup group=gnomebackup state=directory
|
||||
file: dest=/fedora/backups/gnoma/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
|
||||
file: dest=/fedora_backups/gnome/logs owner=gnomebackup group=gnomebackup state=directory
|
||||
- name: Install GNOME backup key
|
||||
file: src=${private}/gnome_backup_id.rsa path=/fedora_backups/gnome/backup_id.rsa mode=0600
|
||||
- name: Install GNOME backup script
|
||||
|
@ -44,7 +44,6 @@
|
|||
- name: Add Directories
|
||||
file: dest=/fedora_backups/gnome/{{ item }} owner=gnomebackup group=gnomebackup state=directory
|
||||
with_items:
|
||||
- logs
|
||||
- signal.gnome.org
|
||||
- webapps2.gnome.org
|
||||
- clutter.gnome.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue