From 432b8f0771692d332197fa68627f5cc8b2c20181 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 14 May 2019 20:07:06 +0200 Subject: [PATCH] Fix: move python black to programming --- tasks/arch_CLI_packages.yml | 1 - tasks/arch_programming.yml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/arch_CLI_packages.yml b/tasks/arch_CLI_packages.yml index 182306b..8145334 100644 --- a/tasks/arch_CLI_packages.yml +++ b/tasks/arch_CLI_packages.yml @@ -52,7 +52,6 @@ - profanity - neomutt - youtube-dl - - python-black state: present when: not minimal or not server diff --git a/tasks/arch_programming.yml b/tasks/arch_programming.yml index e7bae51..350eb07 100644 --- a/tasks/arch_programming.yml +++ b/tasks/arch_programming.yml @@ -5,6 +5,7 @@ - python - python-virtualenv - graphviz + - python-black state: present - name: Install yarn and node js