Skip to content

Commit 122b15f

Browse files
committed
Prevents unattended upgrades
Changed pkg states from latest to present to prevent unattended upgrades
1 parent 420cb8d commit 122b15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/pacemaker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: Installs pacemaker & corosync
2-
apt: pkg={{item}} state=latest
2+
apt: pkg={{item}} state=present
33
with_items:
44
- corosync
55
- pacemaker

0 commit comments

Comments
 (0)