Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new module about alicloud product vpc #157

Closed
wants to merge 1 commit into from

Conversation

lixue323
Copy link
Contributor

SUMMARY

Add module about alicloud product vpc

ISSUE TYPE
  • New Module Pull Request

@lixue323 lixue323 force-pushed the vpc branch 2 times, most recently from 88b27b4 to 2abc24f Compare April 13, 2020 07:14
@lixue323
Copy link
Contributor Author

@felixfontein

Why does the new module report this error, what do I need to do to solve it

00:34 [WARNING]: module community.general.ali_vpc not found in:
00:34 /dev/null:/root/ansible/lib/ansible/modules

@felixfontein
Copy link
Collaborator

Right now, for every new module you add, like plugins/modules/cloud/alicloud/ali_vpc.py, you need to create a (relative) symblic link from plugins/modules/ali_vpc.py to ./cloud/alicloud/ali_vpc.py. (This is a consequence of flatmapping used for community.general and community.network, since Ansible has not yet support for it; also this allows Ansible 2.9 to use the collections.)

@lixue323 lixue323 force-pushed the vpc branch 4 times, most recently from ffb475a to d52ba97 Compare April 14, 2020 02:31
@gundalow
Copy link
Contributor

Closed as this will move into its own collection, as per discussion in #145

@gundalow gundalow closed this Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants