dj-wasabi / ansible-telegraf

Installing and configuring Telegraf via Ansible for RedHat/Debian/Ubuntu/Windows/Suse.
MIT License
134 stars 116 forks source link

amazon.aws.ec2_tag_info #177

Closed daparm closed 9 months ago

daparm commented 1 year ago

Describe the bug The aws ec2 tag module does not support listing of tags anymore, use the desired amazon.aws.ec2_tag_info role instead.

Installation method/version

Ansible Version

ansible --version
ansible [core 2.15.4]

Targetted hosts

Expected behavior

Additional context

The module "ec2_tag_module" state option "list" has been deprecated since version 4.0.0 and moved to the module "amazon.aws.ec2_tag_info"

Source: https://docs.ansible.com/ansible/latest/collections/amazon/aws/ec2_tag_module.html#parameter-state

dj-wasabi commented 9 months ago

Available in new (0.14.1) version.