Resolví problema de formato de variables

This commit is contained in:
Iván Chavero 2023-07-11 00:31:22 -06:00
parent 74f231d488
commit 98a27b5882

View file

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