This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-nextcloud
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix bug
master
Markus Katharina Brechtel
6 years ago
parent
b3efd46af1
commit
b74469ba3d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/core.yml
+ 1
- 1
tasks/core.yml
View File
@@ -2,7 +2,7 @@
- name: nextcloud archive dir
file:
path: "{{nextcloud_archive_directory}}"
path: "{{nextcloud_archive_directory}}
/{{nextcloud_version}}
"
state: directory
- name: nextcloud core archive checksum download
Write
Preview
Loading…
Cancel
Save