mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Added basic equivalent to PowerShell modules (#44705)
* Added basic equivalent to PowerShell modules * changes based on latest review * Added tests * ignore sanity test due to how tests are set up * Changes to work with PSCore * Added documentation and change updated more modules * Add some speed optimisations to AddType * fix some issues in the doc changes * doc changes
This commit is contained in:
9
test/integration/targets/win_csharp_utils/tasks/main.yml
Normal file
9
test/integration/targets/win_csharp_utils/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: test Ansible.Basic.cs
|
||||
ansible_basic_tests:
|
||||
register: ansible_basic_test
|
||||
|
||||
- name: assert test Ansible.Basic.cs
|
||||
assert:
|
||||
that:
|
||||
- ansible_basic_test.data == "success"
|
||||
Reference in New Issue
Block a user