Skip to content

Commit

Permalink
Try to fix ssh mask
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Aug 12, 2024
1 parent 2b4ff79 commit 2feb25a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/ssh/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
---
- name: Restart ssh
ansible.builtin.systemd:
name: ssh
name: ssh.service
state: restarted
3 changes: 1 addition & 2 deletions roles/ssh/tasks/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@
name: ssh.socket
state: stopped
enabled: false
masked: true

- name: Start ssh service
ansible.builtin.systemd:
name: ssh
name: ssh.service
state: started
enabled: true

Expand Down

0 comments on commit 2feb25a

Please sign in to comment.