mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add iam_role_facts to changelog
This commit is contained in:
parent
c27ded6bbc
commit
bd769bf79a
2 changed files with 2 additions and 1 deletions
|
@ -68,6 +68,7 @@ Ansible Changes By Release
|
|||
* ec2_placement_group
|
||||
* ecs_taskdefinition_facts
|
||||
* elasticache_facts
|
||||
* iam_role_facts
|
||||
|
||||
#### Windows
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ __metaclass__ = type
|
|||
|
||||
ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
'status': ['preview'],
|
||||
'supported_by': 'certified'}
|
||||
'supported_by': 'community'}
|
||||
|
||||
|
||||
DOCUMENTATION = '''
|
||||
|
|
Loading…
Reference in a new issue