Skip to content

Commit

Permalink
Merge pull request #214 from StackStorm/fix/st2-version-installed
Browse files Browse the repository at this point in the history
Fix 'get installed st2 version' task not being run properly in some Ansible versions
  • Loading branch information
armab committed Oct 29, 2018
2 parents c6b6e7e + a9b7ad9 commit 2dc267f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/st2/tasks/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
changed_when: no
check_mode: no
register: _st2_version_installed
when: _st2_version_installed is not defined

# Injecting 'st2_services' var in the middle of play verified to work with 'restart st2' handler as handlers flushed as last step
- name: Redefine list of services based on st2 version
Expand Down

0 comments on commit 2dc267f

Please sign in to comment.