From 1d4d02de363f8aabe4ca5f3277ca95e96bc4fd92 Mon Sep 17 00:00:00 2001 From: Someone Date: Tue, 25 Mar 2025 22:35:34 +0100 Subject: [PATCH] [roles/workstation/common] common workstation tools. --- roles/workstation/common/tasks/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 roles/workstation/common/tasks/main.yml diff --git a/roles/workstation/common/tasks/main.yml b/roles/workstation/common/tasks/main.yml new file mode 100644 index 0000000..569a30e --- /dev/null +++ b/roles/workstation/common/tasks/main.yml @@ -0,0 +1,15 @@ +##################################### +### someone's ansible provisioner ### +##################################### +# Part of: https://git.somenet.org/root/pub/somesible.git +# 2017-2025 by someone +# +--- +- name: install commoon workstation packages + apt: + pkg: + - vlc + - yt-dlp + state: present + policy_rc_d: 101 + tags: "online" -- 2.43.0