add opentofu

This commit is contained in:
mustard 2025-09-24 12:56:11 +02:00
parent fd94ac8a3b
commit 573ec63c33

View file

@ -25,12 +25,13 @@
vars:
enable_webgl: false
- name: 'Install wireguard-tools and neovim'
- name: 'Install wireguard-tools and neovim and PGP tooling and opentofu'
ansible.builtin.dnf5:
name:
- wireguard-tools
- neovim
- sequoia-sq
- opentofu
state: 'present'
- name: 'Handle SUID binaries'