Fix Typos in Comments and Task Names (#85330)

* Update windows.yml

* Update test_manifest.yml

(cherry picked from commit f6be5ab224)
pull/85383/head
FT 7 months ago committed by Matt Clay
parent fd8d22e874
commit 7d05c6e8e0

@ -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

@ -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

Loading…
Cancel
Save