Skip to content

Commit

Permalink
Appcanary package should be at latest state
Browse files Browse the repository at this point in the history
  • Loading branch information
mveytsman committed Jun 9, 2017
1 parent 2e6fa15 commit 993a236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
apt_repository: repo='deb https://packagecloud.io/appcanary/agent/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} main' state=present update_cache=yes

- name: Install appcanary agent
apt: name=appcanary state=present update_cache=yes
apt: name=appcanary state=latest update_cache=yes
2 changes: 1 addition & 1 deletion tasks/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
shell: yum -q makecache -y --disablerepo='*' --enablerepo='appcanary_agent'

- name: Install appcanary agent
yum: name=appcanary state=present
yum: name=appcanary state=latest

0 comments on commit 993a236

Please sign in to comment.