Compare commits

..

2 Commits

Author SHA1 Message Date
tobimai 7124684228 Merge branch 'master' of ssh://gitea.maiertobi.de:222/tobimai/dual_dashboard 2022-05-06 15:15:37 +02:00
tobimai 45999e59a9 cust conf upload 2022-05-06 15:15:36 +02:00
+5
View File
@@ -76,6 +76,11 @@
src: ./chrome.desktop
dest: /etc/xdg/autostart/chrome.desktop
become: yes
- name: Copy chrome startup file
ansible.builtin.copy:
src: ./custom.conf
dest: /etc/gdm/custom.conf
become: yes
- name: Set a hostname
hostname:
name: "{{ hostname }}"