fixing and adding packages

This commit is contained in:
Matthew Stobbs
2025-01-18 16:00:26 -07:00
parent 333ee4c3f5
commit 985da518b4
114 changed files with 555 additions and 498 deletions

View File

@@ -1,13 +1,14 @@
---
- name: Install rust and cargo for Debian based distros
become: true
ansible.builtin.apt:
name:
- name: set rust_pkgs
set_fact:
rust_pkgs:
- rustc
- cargo
state: latest
- name: append to pkgs
set_fact:
syspkgs: "{{ syspkgs + rust_pkgs }}"
tags:
- Debian
- RedHat
- linux
- package