Replace 'ec2_facts' with 'ec2_metadata_facts' to fix a deprecation warning.

This commit is contained in:
Ryan Conway
2018-12-03 14:49:13 +00:00
committed by GitHub
parent 73bcfaddf3
commit 8c61db9d28

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