ansible-lint recommendations

This commit is contained in:
Oli
2023-07-27 23:27:11 +00:00
parent ccca06915f
commit 3e747a1069
31 changed files with 87 additions and 84 deletions

View File

@@ -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