Fix terminal deployment regressions

This commit is contained in:
c4ch3c4d3
2026-04-13 21:22:16 -06:00
parent 5576142aec
commit 56305680e0
2 changed files with 15 additions and 20 deletions
+7 -7
View File
@@ -21,6 +21,13 @@
mode: "0644"
register: courseware_terminal_sshd_config
- name: Ensure sshd runtime directory exists
become: true
file:
path: /run/sshd
state: directory
mode: "0755"
- name: Validate sshd configuration
become: true
command:
@@ -31,13 +38,6 @@
- /etc/ssh/sshd_config
changed_when: false
- name: Ensure sshd runtime directory exists
become: true
file:
path: /run/sshd
state: directory
mode: "0755"
- name: Start and enable sshd with systemd when available
become: true
systemd: