We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
我使用ansible.builtin.cloud.alicloud.ali_security_group 来创建安全组,当我使用同一份变量,重复创建时,有时候,模块工作正常,显示,安全组已经存在,并返回数据。
ansible.builtin.cloud.alicloud.ali_security_group
但是有时,就会执行了新的创建,返回了新的数据。我在控制台上观察,的的确确是存在了多个重名的安全组。 这个感觉不太对劲啊。 是否这是一个bug呢?
谢谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我使用
ansible.builtin.cloud.alicloud.ali_security_group
来创建安全组,当我使用同一份变量,重复创建时,有时候,模块工作正常,显示,安全组已经存在,并返回数据。但是有时,就会执行了新的创建,返回了新的数据。我在控制台上观察,的的确确是存在了多个重名的安全组。
这个感觉不太对劲啊。
是否这是一个bug呢?
谢谢
The text was updated successfully, but these errors were encountered: