Skip to content
Snippets Groups Projects
Commit 87c9a871 authored by Markus Teufelberger's avatar Markus Teufelberger
Browse files

bootstrap-os: use the systemd module to stop and mask locksmithd

parent 5e2c14e9
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,9 @@
PATH: "{{ ansible_env.PATH }}:{{ bin_dir }}"
- name: Bootstrap | Disable auto-upgrade
shell: "systemctl stop locksmithd.service && systemctl mask --now locksmithd.service"
systemd:
name: locksmithd.service
masked: true
state: stopped
when:
- not coreos_auto_upgrade
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment