Resolví problema de formato de variables
This commit is contained in:
parent
74f231d488
commit
98a27b5882
1 changed files with 2 additions and 2 deletions
|
@ -57,9 +57,9 @@
|
|||
|
||||
- name: Download Nextcloud
|
||||
get_url:
|
||||
url: {{ nextcloud_url }}
|
||||
url: "{{ nextcloud_url }}"
|
||||
dest: /usr/src/nextcloud-{{ nextcloud_version }}.tar.bz2
|
||||
checksum: {{ nextcloud_checksum }}
|
||||
checksum: "{{ nextcloud_checksum }}"
|
||||
when:
|
||||
nextcloud_is_unpacked.stat.exists != true and ansible_local['nextcloud']['is_installed'] != true
|
||||
|
||||
|
|
Loading…
Reference in a new issue