Add setting computer type

This commit is contained in:
Przemek Grondek 2022-05-21 13:53:11 +02:00
parent d4f47443dc
commit 16489ecc0a
2 changed files with 8 additions and 0 deletions

View File

@ -4,3 +4,5 @@
- import_tasks: timezone.yml - import_tasks: timezone.yml
- import_tasks: packages.yml - import_tasks: packages.yml
- import_tasks: set-type.yml

View File

@ -0,0 +1,6 @@
---
- name: set computer type to desktop
become: yes
copy:
content: desktop
dest: /etc/.computer-type