mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Replace 'ec2_facts' with 'ec2_metadata_facts' to fix a deprecation warning.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
# description: Configure telegraf and get all relevent ec2 information
|
||||
|
||||
- name: Retrieve ec2 facts
|
||||
ec2_facts:
|
||||
ec2_metadata_facts:
|
||||
when:
|
||||
- telegraf_agent_aws_tags
|
||||
|
||||
|
Reference in New Issue
Block a user