diff options
| author | Maximilian Möhring | 2024-09-19 10:11:29 +0200 |
|---|---|---|
| committer | Maximilian Möhring | 2024-09-19 10:11:29 +0200 |
| commit | 34751fc24764a1c06b9606e75a730feefc891777 (patch) | |
| tree | 1722ba8c0fb7c12c6b144943ce7ca7cc09671ab1 /roles/common-linux/tasks/main.yml | |
| parent | 3cb036326c632875d2417004d4d5f070eb620da9 (diff) | |
| parent | e39b8cdfbc2e76b645bb0e7d8919d665435f0a3e (diff) | |
| download | ansible-34751fc24764a1c06b9606e75a730feefc891777.tar.gz | |
merged
Diffstat (limited to 'roles/common-linux/tasks/main.yml')
| -rw-r--r-- | roles/common-linux/tasks/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/common-linux/tasks/main.yml b/roles/common-linux/tasks/main.yml index 5813a63..a83b334 100644 --- a/roles/common-linux/tasks/main.yml +++ b/roles/common-linux/tasks/main.yml @@ -24,6 +24,12 @@ path: /home/horus/code state: directory +- name: enable console + systemd: + name: serial-getty@ttyS0 + state: started + enabled: yes + #- import_tasks: cronjobs.yml |
