Skip to content

Commit

Permalink
Use new return value name
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Jan 11, 2023
1 parent c8c5a2d commit 3d85e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

- name: "Obtain WP-CLI"
get_url:
url: "{{ github_release_url }}"
url: "{{ github_release.url }}"
dest: /usr/local/sbin/wp
mode: '0755'
owner: root
Expand Down

0 comments on commit 3d85e59

Please sign in to comment.