From 2399237fbb9ff9696cdbc30ec2c1615ee39cc266 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 30 Jul 2019 08:49:17 +0100 Subject: [PATCH] Fix copying entire directories masks --- tasks/gnome.yml | 6 +++--- tasks/shell.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tasks/gnome.yml b/tasks/gnome.yml index 5121503..18be2ae 100644 --- a/tasks/gnome.yml +++ b/tasks/gnome.yml @@ -1,11 +1,11 @@ - name: "Add nautilus file templates" copy: src: ./files/Templates - dest: "{{ home }}/Templates" - mode: 0755 + dest: "{{ home }}" + mode: 0644 owner: "{{ user }}" group: users - directory_mode: true + directory_mode: 0755 - name: "Install Gnome packages" aur: diff --git a/tasks/shell.yml b/tasks/shell.yml index 81da182..0385c4a 100644 --- a/tasks/shell.yml +++ b/tasks/shell.yml @@ -105,11 +105,11 @@ - name: Install tmuxinator config copy: src: ./files/tmuxinator - dest: "{{ home }}/.config/tmuxinator" - mode: 0755 + dest: "{{ home }}/.config" + mode: 0644 owner: "{{ user }}" group: users - directory_mode: true + directory_mode: 0755 - name: Set vconsole keyboard lineinfile: