From 6fd99dbfcc4ef42c6a114cd7582705b7b2a5f889 Mon Sep 17 00:00:00 2001 From: devsena Date: Fri, 30 Jan 2026 18:08:54 +0530 Subject: [PATCH] Update main.yml Setting 'Yes' as default prompt for all stable Haxe library to overcome Lime update prompt https://github.com/Moonshine-IDE/moonshine-dev-private/issues/141 --- roles/haxe/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/haxe/tasks/main.yml b/roles/haxe/tasks/main.yml index 29b8589..6063a74 100644 --- a/roles/haxe/tasks/main.yml +++ b/roles/haxe/tasks/main.yml @@ -181,7 +181,7 @@ - name: "Installing individual Haxe library" - ansible.builtin.shell: "{{ haxelib }} install {{ haxe_lib_files }}" + ansible.builtin.shell: "yes | {{ haxelib }} install {{ haxe_lib_files }}" become_user: "{{ service_user | default(ansible_user_id) }}" args: chdir: ~ @@ -212,4 +212,4 @@ path: "/tmp/haxe-{{ local_haxe_version }}-linux64.tar.gz" state: absent delegate_to: localhost - \ No newline at end of file +