From 6aae71f4f225ad61b905014bbab5e3d6b753f3e5 Mon Sep 17 00:00:00 2001 From: mustard Date: Thu, 4 Dec 2025 12:36:16 +0100 Subject: [PATCH] fix: add proxy env var, move role to end --- fedora-43-minimal-template.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fedora-43-minimal-template.yml b/fedora-43-minimal-template.yml index 5474f75..37c0eb7 100644 --- a/fedora-43-minimal-template.yml +++ b/fedora-43-minimal-template.yml @@ -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