Added copy startup

This commit is contained in:
2022-05-06 14:28:48 +02:00
parent d730aa5a71
commit 8ee1e7f9dc

View File

@@ -71,6 +71,11 @@
owner: airsense
group: airsense
mode: '0644'
name: Copy chrome startup file
ansible.builtin.copy:
src: ./chrome.desktop
dest: /etc/xdg/autostart/chrome.desktop
become: yes
- name: Set a hostname
hostname:
name: "{{ hostname }}"