From abcde4ac0c813f11f977c4f6e41f8d7b9a6ef034 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 23 Aug 2018 17:35:23 +0200 Subject: [PATCH] add me as owner --- tasks/dotfiles.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index d6a8236..4f45e88 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -81,6 +81,7 @@ file: path: /home/{{ item.username }}/.ssh/ state: directory + owner: "{{ item.username }}" with_items: "{{ me }}" - name: Copy ssh user config