infra-v1/applications/roles/authsec.pihole/tasks/checkssh-photonos.yml

5 lines
127 B
YAML
Raw Normal View History

- name: Make sure ssh is enabled, not just started
systemd:
name: sshd.service
enabled: true
state: started