From 2a74b818055ea32373e49b769078b2a6f453deea Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 27 May 2019 16:11:13 +0100 Subject: [PATCH] Reorder tasks in the hopes of fixing dependencies --- dotfiles.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/dotfiles.yml b/dotfiles.yml index 0fe276d..6882fd4 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -5,25 +5,27 @@ file: vars.yml - import_tasks: tasks/user.yml - import_tasks: tasks/packages.yml + + - import_tasks: tasks/boot.yml + - import_tasks: tasks/i3.yml - import_tasks: tasks/network.yml + - import_tasks: tasks/shell.yml + - import_tasks: tasks/input.yml + - import_tasks: tasks/power-saving.yml + - import_tasks: tasks/autostart.yml + - import_tasks: tasks/ntp.yml + - import_tasks: tasks/fonts.yml + - import_tasks: tasks/security.yml + - import_tasks: tasks/python.yml - import_tasks: tasks/vim.yml - import_tasks: tasks/intersect.yml - import_tasks: tasks/vscode.yml - import_tasks: tasks/gnome.yml - - import_tasks: tasks/i3.yml - - import_tasks: tasks/shell.yml - - import_tasks: tasks/fonts.yml - - import_tasks: tasks/power-saving.yml - import_tasks: tasks/javascript.yml - import_tasks: tasks/applications.yml - - import_tasks: tasks/boot.yml - import_tasks: tasks/dev.yml - - import_tasks: tasks/input.yml - import_tasks: tasks/media.yml - - import_tasks: tasks/security.yml - - import_tasks: tasks/autostart.yml - - import_tasks: tasks/ntp.yml - import_tasks: tasks/dabapps.yml when: ansible_fqdn == "TOO-Work"