From 7d05c6e8e0c967e39cd708302318b73c19e02a88 Mon Sep 17 00:00:00 2001 From: FT <140458077+zeevick10@users.noreply.github.com> Date: Sat, 14 Jun 2025 23:50:20 +0200 Subject: [PATCH] Fix Typos in Comments and Task Names (#85330) * Update windows.yml * Update test_manifest.yml (cherry picked from commit f6be5ab2241377b93d5fc06c87d6bf86c4225123) --- test/integration/targets/prepare_http_tests/tasks/windows.yml | 2 +- test/integration/targets/win_app_control/test_manifest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/targets/prepare_http_tests/tasks/windows.yml b/test/integration/targets/prepare_http_tests/tasks/windows.yml index da8b0eb3d09..7442a22c344 100644 --- a/test/integration/targets/prepare_http_tests/tasks/windows.yml +++ b/test/integration/targets/prepare_http_tests/tasks/windows.yml @@ -1,4 +1,4 @@ -# Server 2008 R2 uses a 3rd party program to foward the ports and it may +# Server 2008 R2 uses a 3rd party program to forward the ports and it may # not be ready straight away, we give it at least 5 minutes before # conceding defeat - name: Windows - make sure the port forwarder is active diff --git a/test/integration/targets/win_app_control/test_manifest.yml b/test/integration/targets/win_app_control/test_manifest.yml index 1b3355d4d27..88f5eb5ba15 100644 --- a/test/integration/targets/win_app_control/test_manifest.yml +++ b/test/integration/targets/win_app_control/test_manifest.yml @@ -125,7 +125,7 @@ - >- res.msg is not contains("Failed to process signed manifest 'ansible_collections.ns.invalid_manifest.meta.powershell_signatures.psd1': expecting hash list entry for " ~ module_hash ~ " to contain a mode of 'Trusted' or 'Unsupported' but got ''.") -- name: create manfiest with invalid Mode subkey value +- name: create manifest with invalid Mode subkey value ansible.builtin.import_tasks: create_manifest.yml vars: manifest_file: manifest_v1_invalid_mode_subkey.psd1