ansible-lint recommendations
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
# flush handlers to restart code-server before install extensions
|
||||
# flush handlers to Restart code-server before install extensions
|
||||
- name: Flush handlers befor continue
|
||||
meta: flush_handlers
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
get_url:
|
||||
url: "https://download.nextcloud.com/server/releases/latest.tar.bz2"
|
||||
dest: "/var/tmp/nextcloud.tar.gz"
|
||||
register: _download_archive
|
||||
until: _download_archive is succeeded
|
||||
register: nextcloud_download_archive
|
||||
until: nextcloud_download_archive is succeeded
|
||||
retries: 3
|
||||
delay: 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user