This commit is contained in:
2022-05-09 10:23:54 +02:00
parent 137e7e99dd
commit 2c0cec03a0

View File

@@ -71,16 +71,6 @@
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: Copy autologin startup file
ansible.builtin.copy:
src: ./custom.conf
dest: /etc/gdm/custom.conf
become: yes
- name: Set a hostname
hostname:
name: "{{ hostname }}"
@@ -139,4 +129,14 @@
name: chromium
state: present
become: yes
become_user: aur_builder
become_user: aur_builder
- name: Copy chrome startup file
ansible.builtin.copy:
src: ./chrome.desktop
dest: /etc/xdg/autostart/chrome.desktop
become: yes
- name: Copy autologin startup file
ansible.builtin.copy:
src: ./custom.conf
dest: /etc/gdm/custom.conf
become: yes