mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
intersight_info has been moved to cisco.intersight. (#395)
This commit is contained in:
parent
f585aa065a
commit
7bb36d62d0
6 changed files with 0 additions and 122 deletions
|
@ -6,8 +6,6 @@ integration_tests_dependencies:
|
|||
unit_tests_dependencies:
|
||||
- ansible.netcommon
|
||||
- ansible.posix
|
||||
- cisco.intersight
|
||||
- community.internal_test_tools
|
||||
- community.kubernetes
|
||||
- google.cloud
|
||||
- ovirt.ovirt
|
||||
|
|
|
@ -1400,8 +1400,6 @@ plugins/modules/remote_management/hpilo/hpilo_info.py pylint:collection-invalid-
|
|||
plugins/modules/remote_management/hpilo/hpilo_info.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/remote_management/hpilo/hponcfg.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/remote_management/imc/imc_rest.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/remote_management/intersight/intersight_info.py pylint:collection-invalid-deprecated-version
|
||||
plugins/modules/remote_management/intersight/intersight_info.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/remote_management/ipmi/ipmi_boot.py validate-modules:doc-choices-do-not-match-spec
|
||||
plugins/modules/remote_management/ipmi/ipmi_boot.py validate-modules:doc-missing-type
|
||||
plugins/modules/remote_management/ipmi/ipmi_boot.py validate-modules:parameter-type-not-in-doc
|
||||
|
|
|
@ -68,8 +68,6 @@ cd "${TEST_DIR}"
|
|||
# START: HACK install dependencies
|
||||
retry ansible-galaxy -vvv collection install ansible.netcommon
|
||||
retry ansible-galaxy -vvv collection install ansible.posix
|
||||
# https://github.com/CiscoDevNet/ansible-intersight/issues/9
|
||||
retry ansible-galaxy -vvv collection install cisco.intersight:1.0.4
|
||||
retry ansible-galaxy -vvv collection install community.crypto
|
||||
# retry ansible-galaxy -vvv collection install community.internal_test_tools - we need git checkout until 0.2.0 has been released
|
||||
retry git clone https://github.com/ansible-collections/community.internal_test_tools.git "${ANSIBLE_COLLECTIONS_PATHS}/ansible_collections/community/internal_test_tools"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue