Merge pull request #72 from Rylon/master

Replace 'ec2_facts' with 'ec2_metadata_facts' to fix a deprecation warning
This commit is contained in:
Werner Dijkerman
2018-12-03 16:27:23 +01:00
committed by GitHub

View File

@ -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