fix: add proxy env var, move role to end

This commit is contained in:
mustard 2025-12-04 12:36:16 +01:00
parent 1440f04837
commit 6aae71f4f2

View file

@ -2,14 +2,14 @@
connection: qubes
strategy: qubes_proxy
remote_user: root
roles:
- baseline
- arkenfox
environment:
all_proxy: 127.0.0.1:8082
tasks:
- name: 'Install various packages'
ansible.builtin.dnf5:
name:
- wireguard-tools
- firefox
- alacritty
- neovim
- sequoia-sq
@ -17,3 +17,6 @@
- alacritty
- mpv
state: 'present'
roles:
- baseline
- arkenfox