updated config files
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
name: tobi
|
name: tobi
|
||||||
password: $6$jUZIIwoMDSg8B3OJ$tRKNJe.YHLVQRkbRSvmPJqE4lFUBVKKDxy.K688SW.gUP8VdfrkUeIIa7XqI8ovpncoZlt5VbGk7WxMKBCS191
|
password: $6$jUZIIwoMDSg8B3OJ$tRKNJe.YHLVQRkbRSvmPJqE4lFUBVKKDxy.K688SW.gUP8VdfrkUeIIa7XqI8ovpncoZlt5VbGk7WxMKBCS191
|
||||||
comment: Tobias Maier
|
comment: Tobias Maier
|
||||||
groups: wheel,video,dialout
|
groups: wheel,video
|
||||||
shell: /bin/zsh
|
shell: /bin/zsh
|
||||||
|
|
||||||
- name: Add name to git config
|
- name: Add name to git config
|
||||||
@@ -145,10 +145,13 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Enable service ly, and not touch the state
|
- name: Enable services
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name: ly
|
name: "{{ item }}"
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
with_items:
|
||||||
|
- ly
|
||||||
|
- iwd
|
||||||
|
|
||||||
- name: Clone install repo for later use
|
- name: Clone install repo for later use
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
|||||||
Reference in New Issue
Block a user