From b97d7c7e846689955c90039c77377896f4b68840 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sun, 9 Aug 2026 01:19:21 -0400 Subject: [PATCH] Setting steam to :i386 to avoid the false positive when salt checks it's installed --- states/gaming.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/gaming.sls b/states/gaming.sls index 7d8952c..0a75819 100644 --- a/states/gaming.sls +++ b/states/gaming.sls @@ -43,7 +43,7 @@ update_apt_cache: install_gaming_tools: pkg.installed: - pkgs: - - steam + - steam:i386 - mangohud - require: - cmd: enable_i386_architecture