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

This commit is contained in:
Markus Teufelberger 2019-01-12 15:06:01 +01:00
parent 5e2c14e916
commit 87c9a871b9

View file

@ -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