Skip to content

Commit

Permalink
Merge pull request #4 from kkonnov/change_package_update_status
Browse files Browse the repository at this point in the history
changed package state to present
  • Loading branch information
UnderGreen authored Aug 17, 2016
2 parents 53a5079 + 8f0d135 commit b04c052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
repmgr_package_state: present

repmgr_packages:
- repmgr
Expand Down
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- name: install required packages
apt:
pkg: "{{ item }}"
state: latest
state: "{{ repmgr_package_state }}"
with_items: "{{ repmgr_packages }}"

- name: short command wrapper
Expand Down

0 comments on commit b04c052

Please sign in to comment.