diff --git a/Choux.yml b/Choux.yml index d4df367..00260c2 100644 --- a/Choux.yml +++ b/Choux.yml @@ -13,7 +13,7 @@ - include: tasks/users.yml - include: tasks/sudo.yml - include: tasks/ssh.yml - - include: tasks/arch_python.yml + - include: tasks/arch_programming.yml - include: tasks/arch_aur.yml - include: tasks/arch_gnome.yml - include: tasks/arch_graphicals.yml diff --git a/tasks/arch_python.yml b/tasks/arch_python.yml deleted file mode 100644 index 9cb57b1..0000000 --- a/tasks/arch_python.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- name: Install python env - pacman: - name: - - python - - python-virtualenv - state: present -