mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
Fix Typos in Comments and Task Names (#85330)
* Update windows.yml
* Update test_manifest.yml
(cherry picked from commit f6be5ab224)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user