From dbb2fc851e45c1e6e19bd19c7bcfe61ebab50713 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Fri, 1 Mar 2024 12:16:30 -0600 Subject: [PATCH] Set Factorio to be interactive for pty console usage --- playbooks/tasks/game/factorio.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/tasks/game/factorio.yml b/playbooks/tasks/game/factorio.yml index e7a0f9d..a5cb287 100644 --- a/playbooks/tasks/game/factorio.yml +++ b/playbooks/tasks/game/factorio.yml @@ -5,6 +5,8 @@ state: started image: factoriotools/factorio:stable restart_policy: unless-stopped + interactive: yes + tty: yes pull: yes tty: yes ports: