dansabel icon indicating copy to clipboard operation
dansabel copied to clipboard

systemd state: started vs started: yes

Open jokjr opened this issue 3 years ago • 0 comments

- name: start something
  systemd:
    name: myservice
    started: True

is wrong, should be state: started. I've made this typo a number of times because the other directives are boolean, and it would be nice to catch this.

jokjr avatar Jan 06 '22 08:01 jokjr