Skip to content

Commit

Permalink
Clarified task names to more accurately reflect what they do
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Oswalt committed Jan 20, 2017
1 parent 56ed120 commit 3c3f272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/st2/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
state: present
when: ansible_os_family == "RedHat" and ansible_distribution_major_version == "6"

- name: Install latest st2 package (stable)
- name: Install latest st2 package
become: yes
package:
name: st2
Expand All @@ -16,7 +16,7 @@
- restart st2
tags: skip_ansible_lint

- name: Install latest st2 package (not stable)
- name: Install pinned st2 package
become: yes
package:
name: st2={{ st2_version }}-{{ st2_revision }}
Expand Down

0 comments on commit 3c3f272

Please sign in to comment.