mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
501acae5ab
* 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
9 lines
189 B
YAML
9 lines
189 B
YAML
---
|
|
- 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"
|