mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Fix imports, part 2 (#42)
* Recover missing netapp.ontap module doc fragments from ansible/ansible@pre-ansible-base. * Fix PEP8 issues. * Remove netbox empty files, and test which shouldn't be here. * Add forgotten file for kubevirt tests. * Fix unit test imports. * ansible/ansible#68415 has been fixed. * Clean up/rearrange imports. * Update ignore.txt, fix boilerplate. * Netapp docs fragment: fix spacing * Forgot to adjust kubevirt tests.
This commit is contained in:
parent
25394eeafb
commit
07ecfc940c
118 changed files with 486 additions and 423 deletions
|
@ -43,24 +43,20 @@ ansible-galaxy -vvv collection install ansible.posix
|
|||
ansible-galaxy -vvv collection install community.crypto
|
||||
ansible-galaxy -vvv collection install ansible.netcommon
|
||||
ansible-galaxy -vvv collection install ovirt.ovirt_collection
|
||||
|
||||
# unit tests
|
||||
ansible-galaxy -vvv collection install community.kubernetes
|
||||
ansible-galaxy -vvv collection install netbox.netbox
|
||||
ansible-galaxy -vvv collection install netapp.ontap
|
||||
ansible-galaxy -vvv collection install cisco.mso
|
||||
ansible-galaxy -vvv collection install cisco.meraki
|
||||
ansible-galaxy -vvv collection install cisco.intersight
|
||||
ansible-galaxy -vvv collection install fortinet.fortios
|
||||
ansible-galaxy -vvv collection install junipernetworks.junos
|
||||
ansible-galaxy -vvv collection install cisco.aci
|
||||
ansible-galaxy -vvv collection install google.cloud
|
||||
ansible-galaxy -vvv collection install check_point.mgmt
|
||||
ansible-galaxy -vvv collection install community.kubernetes
|
||||
ansible-galaxy -vvv collection install f5networks.f5_modules
|
||||
ansible-galaxy -vvv collection install check_point.mgmt
|
||||
ansible-galaxy -vvv collection install fortinet.fortios
|
||||
ansible-galaxy -vvv collection install cisco.aci
|
||||
ansible-galaxy -vvv collection install google.cloud
|
||||
ansible-galaxy -vvv collection install netapp.ontap
|
||||
|
||||
# unit tests
|
||||
ansible-galaxy -vvv collection install cisco.meraki
|
||||
ansible-galaxy -vvv collection install junipernetworks.junos
|
||||
|
||||
# Needed until https://github.com/ansible/ansible/issues/68415 is fixed:
|
||||
chmod -R a+rX "${ANSIBLE_COLLECTIONS_PATHS}/ansible_collections"
|
||||
# END: HACK
|
||||
|
||||
export PYTHONIOENCODING='utf-8'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue