diff --git a/playbook_sway.yml b/playbook_sway.yml index bb30259..e5f866a 100644 --- a/playbook_sway.yml +++ b/playbook_sway.yml @@ -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: