From 6f276be6081813389bb5339a1e48fde230546ece Mon Sep 17 00:00:00 2001 From: drymer Date: Mon, 23 Oct 2017 17:36:21 +0200 Subject: [PATCH] Uncomment dotfiles --- install-all.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/install-all.yml b/install-all.yml index 6f76a05..572991c 100644 --- a/install-all.yml +++ b/install-all.yml @@ -26,12 +26,12 @@ tags: - packages -# - hosts: localhost -# roles: -# - emacs-dotfiles -# - i3-dotfiles -# - neomutt-dotfiles -# - qutebrowser-dotfiles -# - shell-dotfiles -# tags: -# - configuration +- hosts: localhost + roles: + - emacs-dotfiles + - i3-dotfiles + - neomutt-dotfiles + - qutebrowser-dotfiles + - shell-dotfiles + tags: + - configuration