Skip to content

Commit

Permalink
Fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
simonspa committed Nov 3, 2019
1 parent 083017f commit cf7b07b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/core/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@

- name: Remove non-json text from command output
set_fact:
nextcloud_full_version: "{{ (_result.stdout | from_json)['versionstring'] }}"
nextcloud_full_version:
"{{ (_result.stdout | from_json)['versionstring'] }}"

- name: Create app json file url
set_fact:
Expand Down

0 comments on commit cf7b07b

Please sign in to comment.