Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7124684228 | ||
|
|
45999e59a9 |
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user