mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
make sure the backup is executable
This commit is contained in:
0
files/artboard/artboard-backup
Normal file → Executable file
0
files/artboard/artboard-backup
Normal file → Executable file
@@ -55,7 +55,7 @@
|
||||
- cronie-anacron
|
||||
|
||||
- name: artboard backup thing
|
||||
action: copy src=$files/artboard/artboard-backup dest=/etc/cron.daily/artboard-backup
|
||||
action: copy src=$files/artboard/artboard-backup dest=/etc/cron.daily/artboard-backup mode=0755
|
||||
|
||||
- name: link artboard into /var/www/html
|
||||
action: file state=link src=/srv/persist/artboard path=/var/www/html/artboard
|
||||
|
||||
Reference in New Issue
Block a user