From 929ac660d3e30200eafd614923aeadc66fc2cfd3 Mon Sep 17 00:00:00 2001 From: Lilian Roller Date: Mon, 17 Jun 2019 11:26:33 +0200 Subject: [PATCH] update wine --- host_vars/desk_minni.yml | 4 ++++ host_vars/t460p.yml | 4 ++++ roles/sshd | 2 +- setup_desk_minni.yml | 1 - setup_l460.yml | 1 - setup_t460p.yml | 2 -- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/host_vars/desk_minni.yml b/host_vars/desk_minni.yml index d14b58f..7763509 100644 --- a/host_vars/desk_minni.yml +++ b/host_vars/desk_minni.yml @@ -37,3 +37,7 @@ i3_monitors: pos: "2560x0" rotate: "normal" workspaces: [6,7,8,9,0] + +wine_user: "lilian" +host_vars/l460.yml:wine_user_home: "/home/lilian" + diff --git a/host_vars/t460p.yml b/host_vars/t460p.yml index ff0dd19..50b7c68 100644 --- a/host_vars/t460p.yml +++ b/host_vars/t460p.yml @@ -17,3 +17,7 @@ accounts: akku_user: "l3d" copy_to_user: "{{ akku_user }}" + +wine_user: "{{ akku_user }}" +host_vars/l460.yml:wine_user_home: "/home/{{ akku_user }}" + diff --git a/roles/sshd b/roles/sshd index 3550d5c..5efa432 160000 --- a/roles/sshd +++ b/roles/sshd @@ -1 +1 @@ -Subproject commit 3550d5c23474984c9717c4917edef7b18d039836 +Subproject commit 5efa432da3e3d8717066e84fe183583a8c276806 diff --git a/setup_desk_minni.yml b/setup_desk_minni.yml index 929ea8e..a2c50d1 100644 --- a/setup_desk_minni.yml +++ b/setup_desk_minni.yml @@ -97,7 +97,6 @@ - name: install winehq hosts: desk_minni - become: true tags: - wine - winehq diff --git a/setup_l460.yml b/setup_l460.yml index 64f0d79..4855f29 100644 --- a/setup_l460.yml +++ b/setup_l460.yml @@ -85,7 +85,6 @@ - name: install winehq hosts: l460 - become: true tags: - wine - winehq diff --git a/setup_t460p.yml b/setup_t460p.yml index 3a940e4..a8c5585 100644 --- a/setup_t460p.yml +++ b/setup_t460p.yml @@ -1,5 +1,4 @@ --- - - name: Install useful packages hosts: t460p tags: @@ -85,7 +84,6 @@ - name: install winehq hosts: t460p - become: true tags: - wine - winehq