mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 14:50:02 -07: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:
parent
74619c2036
commit
501acae5ab
17 changed files with 3644 additions and 314 deletions
2
test/integration/targets/win_csharp_utils/aliases
Normal file
2
test/integration/targets/win_csharp_utils/aliases
Normal file
|
@ -0,0 +1,2 @@
|
|||
shippable/windows/group1
|
||||
shippable/windows/smoketest
|
File diff suppressed because it is too large
Load diff
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"
|
Loading…
Add table
Add a link
Reference in a new issue