From 132af3d12d025f0e3cd241b237b5393733cb1849 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 3 Oct 2019 21:41:47 +0100 Subject: [PATCH] Fix role file --- roles/home/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/home/tasks/main.yml b/roles/home/tasks/main.yml index a6dbc97..5f0cb5d 100644 --- a/roles/home/tasks/main.yml +++ b/roles/home/tasks/main.yml @@ -1,9 +1,9 @@ --- - include: dirs.yml -- include: repos.yml -- include: vim.yml -- include: shell.yml +- include: dotfiles.yml - include: emacs.yml -- include: mate.yml - include: firefox.yml +- include: mate.yml +- include: shell.yml +- include: vim.yml