aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/tasks/packages.yml
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2021-02-19 13:52:56 +0100
committerbinary <me@rgoncalves.se>2021-02-19 13:52:56 +0100
commit2a0a4d8e2c97c1a3668c82a816dbd0b3129da3d2 (patch)
treec3cb30a81e26979c7b9d842cb33a8abf9b57604d /roles/workstation/tasks/packages.yml
parentf711c771a43bd8e2c81fcdf7f463c1776f609021 (diff)
downloadinfrastructure-2a0a4d8e2c97c1a3668c82a816dbd0b3129da3d2.tar.gz
Fix blockinfile and use loop for system wide config. files
Diffstat (limited to 'roles/workstation/tasks/packages.yml')
-rw-r--r--roles/workstation/tasks/packages.yml35
1 files changed, 0 insertions, 35 deletions
diff --git a/roles/workstation/tasks/packages.yml b/roles/workstation/tasks/packages.yml
deleted file mode 100644
index 4b38d4b..0000000
--- a/roles/workstation/tasks/packages.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-#
-#
-
----
-
-- name: download common packages
- package: name="{{ item }}" state=present
- loop:
- - zip unzip tar git curl wget syncthing
- - qutebrowser firefox feh mpv cmus vlc
- - i3 i3status bemenu
- - go rust ansible
- - emacs neovim htop
- - gnupg zsh
- - tor
- ignore_errors: true
-
-- name: download openbsd packages
- package: name="{{ item }}" state=present
- loop:
- - py3-pip py3-requests py3-jedi py3-neovim
- - free automake clang-tools-extra
- - wireguard-tools
- - tor-browser torsocks
- when: ansible_distribution == "OpenBSD"
- ignore_errors: true
-
-- name: download archlinux packages
- package: name="{{ item }}" state=present
- loop:
- - python-pip python-requests python-jedi python-neovim
- - wireguard-dkms
- when: ansible_distribution == "Archlinux"
- ignore_errors: true
remember that computers suck.