Skip to content

Commit c13e2d1

Browse files
authored
Merge pull request #70 from cimermanGregor/fix-apt-state
Fix apt package state to present
2 parents 6946dfe + 13ab036 commit c13e2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- name: Install dmsetup for Ubuntu 16.04
88
apt:
99
pkg: dmsetup
10-
state: installed
10+
state: present
1111
update_cache: true
1212
cache_valid_time: 600
1313
register: dmsetup_result

0 commit comments

Comments
 (0)