diff --git a/CHANGELOG.md b/CHANGELOG.md index 454eaf4945..2366d48a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,7 @@ Ansible Changes By Release * ec2_placement_group * ecs_taskdefinition_facts * elasticache_facts +* iam_role_facts #### Windows diff --git a/lib/ansible/modules/cloud/amazon/iam_role_facts.py b/lib/ansible/modules/cloud/amazon/iam_role_facts.py index df34a1bb3c..a4c3ef37e8 100644 --- a/lib/ansible/modules/cloud/amazon/iam_role_facts.py +++ b/lib/ansible/modules/cloud/amazon/iam_role_facts.py @@ -8,7 +8,7 @@ __metaclass__ = type ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], - 'supported_by': 'certified'} + 'supported_by': 'community'} DOCUMENTATION = '''