From 0d2da855c8c39e9b44a668a91620fc4663c44027 Mon Sep 17 00:00:00 2001 From: Tobi Date: Fri, 19 Nov 2021 21:56:26 +0100 Subject: [PATCH] updated config files --- playbook_sway.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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: