From f04a3f4e3643544aaee06dd61f8a15e71f3595f6 Mon Sep 17 00:00:00 2001 From: Rath Pascal Date: Fri, 7 Feb 2025 20:31:43 +0100 Subject: [PATCH 1/2] disable syslog-logging for executing tests --- scripts/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test.sh b/scripts/test.sh index 583379c..17f7a5b 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -10,6 +10,7 @@ TMP_COL_DIR="$TMP_DIR/collections" export ANSIBLE_INVENTORY_UNPARSED_WARNING=False export ANSIBLE_LOCALHOST_WARNING=False +export ANSIBLE_NO_TARGET_SYSLOG=True if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ] then From 135b08848a74c3ae9e5e56060f3ab7cd45f18585 Mon Sep 17 00:00:00 2001 From: Rath Pascal Date: Fri, 7 Feb 2025 20:34:47 +0100 Subject: [PATCH 2/2] postix-general test-fix --- tests/1_cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/1_cleanup.yml b/tests/1_cleanup.yml index ecac768..70f1f77 100644 --- a/tests/1_cleanup.yml +++ b/tests/1_cleanup.yml @@ -750,7 +750,7 @@ - name: Cleanup Postfix General ansibleguy.opnsense.postfix_general: - reload: false # speed + enabled: false - name: Cleanup Postfix Address ansibleguy.opnsense.postfix_address: