Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Feb 13, 2020
1 parent 7aee390 commit 2c8cabd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Ansible Role for Snapd

## 4.2.0 - TBC
## 4.3.0 - TBC

### Major Changes

## 4.2.0 - 2020-02-13

### Major Changes

Expand Down
8 changes: 4 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
ignore_errors: true
tags: snapd

- name: flush handlers
meta: flush_handlers
tags: snapd

- name: enable service
service:
name: "snapd"
Expand All @@ -56,7 +60,3 @@
changed_when: false
ignore_errors: true
tags: snapd

- name: flush handlers
meta: flush_handlers
tags: snapd

0 comments on commit 2c8cabd

Please sign in to comment.