updated config files
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
name: tobi
|
||||
password: $6$jUZIIwoMDSg8B3OJ$tRKNJe.YHLVQRkbRSvmPJqE4lFUBVKKDxy.K688SW.gUP8VdfrkUeIIa7XqI8ovpncoZlt5VbGk7WxMKBCS191
|
||||
comment: Tobias Maier
|
||||
groups: wheel,video,dialout
|
||||
groups: wheel,video
|
||||
shell: /bin/zsh
|
||||
|
||||
- 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:
|
||||
name: ly
|
||||
name: "{{ item }}"
|
||||
enabled: yes
|
||||
with_items:
|
||||
- ly
|
||||
- iwd
|
||||
|
||||
- name: Clone install repo for later use
|
||||
ansible.builtin.git:
|
||||
|
||||
Reference in New Issue
Block a user