Skip to content

Commit

Permalink
Fixes #41
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed Jun 23, 2018
1 parent 4a9c564 commit 71cda5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased](../../releases/tag/X.Y.Z)

### Fixed

- Role is not idempotent for Ubuntu and Debian distributions ([#41](../../issues/41))

## [1.6.0](../../releases/tag/1.6.0) - 2018-06-07

### Changed
Expand Down
1 change: 1 addition & 0 deletions tasks/setup-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- name: Update APT cache
apt:
update_cache: yes
changed_when: false
become: true
when: _docker_os_dist == "Ubuntu" or
_docker_os_dist == "Debian"
Expand Down

0 comments on commit 71cda5f

Please sign in to comment.